1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2025-01-02 20:36:03 +01:00

ci: add link to run on failure

This commit is contained in:
bretello 2024-12-25 21:05:14 +01:00
parent da0a64ccbd
commit 5a9818bd41
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ jobs:
- name: Notify on failure
if: failure()
run: |
bretellofier "[brethil/dotfiles] 💥 Build failed"
bretellofier "[brethil/dotfiles] 💥 Build failed https://${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/$GITHUB_RUN_NUMBER"
env:
BRETELLOFIER_RECIPIENTS: ${{ secrets.BRETELLOFIER_RECIPIENTS }}
BRETELLOFIER_TOKEN: ${{ secrets.BRETELLOFIER_TOKEN}}

View File

@ -35,7 +35,7 @@ jobs:
python -m venv .
./pip install git+https://git.decapod.one/brethil/bretellofier
./bin/bretellofier "[brethil/dotfiles] 💥 Build failed"
./bin/bretellofier "[brethil/dotfiles] 💥 Build failed https://${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/$GITHUB_RUN_NUMBER"
env:
BRETELLOFIER_RECIPIENTS: ${{ secrets.BRETELLOFIER_RECIPIENTS }}
BRETELLOFIER_TOKEN: ${{ secrets.BRETELLOFIER_TOKEN}}