fix fail
This commit is contained in:
@@ -27,7 +27,8 @@ jobs:
|
|||||||
- name: Send ntfy notification
|
- name: Send ntfy notification
|
||||||
working-directory: /home/gitea-runner
|
working-directory: /home/gitea-runner
|
||||||
run: |
|
run: |
|
||||||
curl -H "Title: ${{ inputs.title }}" \
|
set -e
|
||||||
|
curl -f -H "Title: ${{ inputs.title }}" \
|
||||||
-H "Priority: ${{ inputs.priority }}" \
|
-H "Priority: ${{ inputs.priority }}" \
|
||||||
-H "Tags: ${{ inputs.tags }}" \
|
-H "Tags: ${{ inputs.tags }}" \
|
||||||
-d "${{ inputs.message }}" \
|
-d "${{ inputs.message }}" \
|
||||||
|
|||||||
Reference in New Issue
Block a user