Skip to content

Commit

Permalink
Update link.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunop authored Nov 4, 2023
1 parent 9cae6f1 commit 3a7c033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/link.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
-m "https://github.com/${{ github.repository }}/commit/${{ github.sha }}"
- name: Send Fail Message
if: ${{ fail() }}
if: ${{ failure() }}
run: |
bash ../../scripts/webhook.sh \
-u "https://github.com/${{ github.repository }}/commit/${{ github.sha }}/checks/${{ github.run_id }}" \
Expand Down

0 comments on commit 3a7c033

Please sign in to comment.