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 318dcd9 commit 96bf1c4Copy full SHA for 96bf1c4
.github/workflows/ci-notify-slack.yml
@@ -24,7 +24,7 @@ jobs:
24
echo "safe_title=$ESCAPED_TITLE" >> "$GITHUB_OUTPUT"
25
26
- name: Post to a Slack channel
27
- uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0
+ uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0
28
with:
29
channel-id: eng-execution-mrs
30
slack-message: ":github: `${{ github.repository }}` <${{ github.event.pull_request.html_url }}|${{ steps.sanitize.outputs.safe_title }}>"
0 commit comments