We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc3ed5 commit 5c17e6bCopy full SHA for 5c17e6b
.github/workflows/draft-pr-converter.yml
@@ -77,7 +77,7 @@ jobs:
77
- name: Post to a Slack channel
78
id: slack
79
if: ${{ steps.mutation_step.outputs.exec == 'true' }}
80
- uses: slackapi/slack-github-action@v1.26
+ uses: slackapi/slack-github-action@v1.27
81
with:
82
channel-id: 'C02LMULF4NA'
83
payload: '{ "type": "mrkdwn", "text": "${{ env.SLACK_MESSAGE }}" }'
0 commit comments