feat: correct ntfy topic.
This commit is contained in:
@@ -80,7 +80,7 @@ jobs:
|
||||
- name: Notify on success
|
||||
if: success()
|
||||
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 "Priority: default" \
|
||||
-H "Tags: package,white_check_mark" \
|
||||
@@ -89,7 +89,7 @@ jobs:
|
||||
- name: Notify on failure
|
||||
if: failure()
|
||||
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 "Priority: high" \
|
||||
-H "Tags: package,x" \
|
||||
|
||||
Reference in New Issue
Block a user