Skip to content

Commit

Permalink
send message if conclusion is a failure
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity committed Jul 19, 2024
1 parent 11c5a23 commit 731df2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ jobs:
github-token: ${{ secrets.GH_TOKEN }}

- name: Create mattermost message
if: ${{ steps.invoke-workflow.outputs.conclusion }} == 'failure'
run: |
echo "DONE."
echo "Something happend on the lint of ${{ matrix.repo.name }}"

0 comments on commit 731df2a

Please sign in to comment.