1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-09-07 19:41:31 +02:00

gha: fix failure notification

This commit is contained in:
bretello 2024-07-05 22:30:02 +02:00
parent 3bd5879d75
commit 28b1d9e2f7
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: