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:
parent
da0a64ccbd
commit
5a9818bd41
2
.github/workflows/ansible.yml
vendored
2
.github/workflows/ansible.yml
vendored
|
@ -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}}
|
||||
|
|
2
.github/workflows/build_image.yml
vendored
2
.github/workflows/build_image.yml
vendored
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user