We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e74a075 commit fe26b74Copy full SHA for fe26b74
.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@12e36fc18b0689399306c2e0b3e0f2978b7f1ee7
+ uses: rtCamp/action-slack-notify@b24d75fe0e728a4bf9fc42ee217caa686d141ee8 # 2.2.1
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