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

gha: fix notification step

This commit is contained in:
bretello 2024-07-05 22:14:13 +02:00
parent a2c03b8c8d
commit 0cfab23eb9
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

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