mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 16:39:07 +01:00
workflows/ci: Use markdown for notification body
This commit is contained in:
parent
7607620fbb
commit
c910f76c02
1 changed files with 4 additions and 2 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -117,7 +117,8 @@ jobs:
|
||||||
-H "Priority: low" \
|
-H "Priority: low" \
|
||||||
-H "Tags: white_check_mark" \
|
-H "Tags: white_check_mark" \
|
||||||
-H "Actions: view, Open workflow run, ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" \
|
-H "Actions: view, Open workflow run, ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" \
|
||||||
-d "Commit ${{ github.sha }} succeeded." \
|
-H "Markdown: yes" \
|
||||||
|
-d "Commit `${{ github.sha }}` succeeded." \
|
||||||
https://ntfy.sh/splitleaf
|
https://ntfy.sh/splitleaf
|
||||||
notify-failure:
|
notify-failure:
|
||||||
if: always() && contains(needs.*.result, 'failure')
|
if: always() && contains(needs.*.result, 'failure')
|
||||||
|
|
@ -131,5 +132,6 @@ jobs:
|
||||||
-H "Priority: default" \
|
-H "Priority: default" \
|
||||||
-H "Tags: rotating_light" \
|
-H "Tags: rotating_light" \
|
||||||
-H "Actions: view, Open workflow run, ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" \
|
-H "Actions: view, Open workflow run, ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" \
|
||||||
-d "Commit ${{ github.sha }} failed." \
|
-H "Markdown: yes" \
|
||||||
|
-d "Commit `${{ github.sha }}` failed." \
|
||||||
https://ntfy.sh/splitleaf
|
https://ntfy.sh/splitleaf
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue