Skip to content

Commit

Permalink
Change Slack notification status to custom in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick204nqh committed Dec 28, 2024
1 parent e114df6 commit 45dc98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Notify Slack
uses: 8398a7/action-slack@v3
with:
status: always
status: custom
fields: workflow,job,commit,repo,ref,author,took
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 45dc98d

Please sign in to comment.