feat: correct ntfy topic.
This commit is contained in:
@@ -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" \
|
||||||
|
|||||||
Reference in New Issue
Block a user