mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-12-22 07:51:40 +01:00
gha: fix failure notification
This commit is contained in:
parent
3bd5879d75
commit
28b1d9e2f7
2
.github/workflows/ansible.yml
vendored
2
.github/workflows/ansible.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
if: failure()
|
||||
run: |
|
||||
python -m venv .
|
||||
./bin/pip install https://git.decapod.one/brethil/bretellofier
|
||||
./bin/pip install git+https://git.decapod.one/brethil/bretellofier
|
||||
|
||||
./bin/bretellofier "[brethil/dotfiles] 💥 Build failed"
|
||||
env:
|
||||
|
|
2
.github/workflows/build_image.yml
vendored
2
.github/workflows/build_image.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
if: failure()
|
||||
run: |
|
||||
python -m venv .
|
||||
./pip install https://git.decapod.one/brethil/bretellofier
|
||||
./pip install git+https://git.decapod.one/brethil/bretellofier
|
||||
|
||||
./bin/bretellofier "[brethil/dotfiles] 💥 Build failed"
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue
Block a user