feat: correct ntfy topic.
All checks were successful
Build and Publish ray-serve-apps / lint (push) Successful in 3m9s
Build and Publish ray-serve-apps / publish (push) Successful in 1m43s

This commit is contained in:
2026-02-02 12:01:37 -05:00
parent 280c08722f
commit a4ee672c19

View File

@@ -80,7 +80,7 @@ jobs:
- name: Notify on success - name: Notify on success
if: success() if: success()
run: | run: |
curl -s -X POST "${{ env.NTFY_URL }}/builds" \ curl -s -X POST "${{ env.NTFY_URL }}/gitea-ci" \
-H "Title: ray-serve-apps published" \ -H "Title: ray-serve-apps published" \
-H "Priority: default" \ -H "Priority: default" \
-H "Tags: package,white_check_mark" \ -H "Tags: package,white_check_mark" \
@@ -89,7 +89,7 @@ jobs:
- name: Notify on failure - name: Notify on failure
if: failure() if: failure()
run: | run: |
curl -s -X POST "${{ env.NTFY_URL }}/builds" \ curl -s -X POST "${{ env.NTFY_URL }}/gitea-ci" \
-H "Title: ray-serve-apps publish failed" \ -H "Title: ray-serve-apps publish failed" \
-H "Priority: high" \ -H "Priority: high" \
-H "Tags: package,x" \ -H "Tags: package,x" \