mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +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
|
tags: registry.decapod.one/brethil/dotfiles:latest
|
||||||
- name: Notify on failure
|
- name: Notify on failure
|
||||||
if: failure()
|
if: failure()
|
||||||
run: python -m venv .
|
run: |
|
||||||
pip install https://git.decapod.one/brethil/bretellofier
|
python -m venv .
|
||||||
|
./pip install https://git.decapod.one/brethil/bretellofier
|
||||||
|
|
||||||
./bin/bretellofier "[brethil/dotfiles] 💥 Build failed"
|
./bin/bretellofier "[brethil/dotfiles] 💥 Build failed"
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user