Fix Forgejo ntfy run links
This commit is contained in:
parent
a8a6f429a5
commit
6f7d5494f4
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ jobs:
|
||||||
JOB_RESULTS: ${{ toJson(needs) }}
|
JOB_RESULTS: ${{ toJson(needs) }}
|
||||||
NTFY_TOKEN: ${{ secrets.NTFY_TOKEN }}
|
NTFY_TOKEN: ${{ secrets.NTFY_TOKEN }}
|
||||||
NTFY_TOPIC_URL: https://ntfy.bytesizeprotip.com/deploy
|
NTFY_TOPIC_URL: https://ntfy.bytesizeprotip.com/deploy
|
||||||
RUN_URL: ${{ forgejo.server_url }}/${{ forgejo.repository }}/actions/runs/${{ forgejo.run_id }}
|
RUN_URL: ${{ forgejo.server_url }}/${{ forgejo.repository }}/actions/runs/${{ forgejo.run_number }}
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue