We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2760db7 commit 4dafd3eCopy full SHA for 4dafd3e
.github/workflows/notify-on-push.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Slack Notification
17
- uses: rtCamp/action-slack-notify@b24d75fe0e728a4bf9fc42ee217caa686d141ee8 # 2.2.1
+ uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 # 2.3.0
18
env:
19
SLACK_COLOR: '#DE512A'
20
SLACK_ICON: https://github.com/nodejs.png?size=48
@@ -56,7 +56,7 @@ jobs:
56
GH_TOKEN: ${{ github.token }}
57
58
if: ${{ env.INVALID_COMMIT_MESSAGE }}
59
60
61
62
0 commit comments