File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 2424 echo "safe_title=$ESCAPED_TITLE" >> "$GITHUB_OUTPUT"
2525
2626 - name : Post to a Slack channel
27- uses : slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0
27+ uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
2828 with :
29- channel-id : eng-execution-mrs
30- slack-message : " :github: `${{ github.repository }}` <${{ github.event.pull_request.html_url }}|${{ steps.sanitize.outputs.safe_title }}>"
31- env :
32- SLACK_BOT_TOKEN : ${{ secrets.SLACK_API_TOKEN }}
29+ method : chat.postMessage
30+ token : ${{ secrets.SLACK_API_TOKEN }}
31+ payload : |
32+ channel: eng-execution-mrs
33+ text: ":github: `${{ github.repository }}` <${{ github.event.pull_request.html_url }}|${{ steps.sanitize.outputs.safe_title }}>"
You can’t perform that action at this time.
0 commit comments