Skip to content

Commit

Permalink
added job failure expression to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fraisai committed Nov 28, 2023
1 parent dd39b3e commit ca134cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slack-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: slack
uses: slackapi/[email protected]
with:
channel-id: 'cicd'
channel-id: 'C067F896WG5'
slack-message: "Github CI result: ${{ job.status }}\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}"
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
Expand Down

0 comments on commit ca134cd

Please sign in to comment.