mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 11:01:31 +01:00
gha: fix notification step
This commit is contained in:
parent
a2c03b8c8d
commit
0cfab23eb9
5
.github/workflows/build_image.yml
vendored
5
.github/workflows/build_image.yml
vendored
|
@ -31,8 +31,9 @@ jobs:
|
|||
tags: registry.decapod.one/brethil/dotfiles:latest
|
||||
- name: Notify on failure
|
||||
if: failure()
|
||||
run: python -m venv .
|
||||
pip install https://git.decapod.one/brethil/bretellofier
|
||||
run: |
|
||||
python -m venv .
|
||||
./pip install https://git.decapod.one/brethil/bretellofier
|
||||
|
||||
./bin/bretellofier "[brethil/dotfiles] 💥 Build failed"
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue
Block a user