We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74dd3a9 commit 830f6edCopy full SHA for 830f6ed
1 file changed
.github/actions/slack-notification/action.yml
@@ -16,7 +16,7 @@ runs:
16
using: "composite"
17
steps:
18
- name: Send Slack notification
19
- uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2
+ uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d #v2
20
with:
21
method: chat.postMessage
22
token: ${{ inputs.bot-token }}
0 commit comments