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 4c0ee3a commit 64df922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/link.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Send Success Message
if: ${{ success() }}
run: |
bash ../../scripts/webhook.sh \
bash ./scripts/webhook.sh \
-u "https://github.com/${{ github.repository }}/commit/${{ github.sha }}/checks/${{ github.run_id }}" \
-w ${{ secrets.WEBHOOK_URL }} \
-s sast_link -c "${{github.event.pull_request.user.login}}" -f 'success' \
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Send Fail Message
if: ${{ failure() }}
run: |
bash ../../scripts/webhook.sh \
bash ./scripts/webhook.sh \
-u "https://github.com/${{ github.repository }}/commit/${{ github.sha }}/checks/${{ github.run_id }}" \
-w ${{ secrets.WEBHOOK_URL }} \
-s sast_link -c "${{github.event.pull_request.user.login}}" -f 'false' \
Expand Down

0 comments on commit 64df922

Please sign in to comment.