Fix Forgejo ntfy run links
All checks were successful
Deploy Better Life SG / deploy (push) Successful in 6s
Deploy Better Life SG / notify (push) Successful in 3s

This commit is contained in:
Andre Kamarudin 2026-04-17 08:35:47 +08:00
parent a8a6f429a5
commit 6f7d5494f4

View file

@ -51,7 +51,7 @@ jobs:
JOB_RESULTS: ${{ toJson(needs) }}
NTFY_TOKEN: ${{ secrets.NTFY_TOKEN }}
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: |
set -euo pipefail