Skip to content

Commit

Permalink
ci: send message when failed
Browse files Browse the repository at this point in the history
  • Loading branch information
Serein207 committed Jul 29, 2024
1 parent 4ee30d7 commit d0619f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
category: "/language:${{matrix.language}}"

- name: Send message to feishu
if: ${{ failure() }}
uses: foxundermoon/feishu-action@v2
with:
url: ${{ secrets.WEBHOOK_URL }}
Expand Down

0 comments on commit d0619f9

Please sign in to comment.