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 3f9150b commit 56e6aa8Copy full SHA for 56e6aa8
.github/workflows/ci.yml
@@ -291,7 +291,7 @@ jobs:
291
echo END_OF_SLACK_MESSAGE >> "$GITHUB_OUTPUT"
292
- name: Post about drafted release to Slack
293
id: slack
294
- uses: slackapi/slack-github-action@v2.0.0
+ uses: slackapi/slack-github-action@v2.1.0
295
with:
296
method: chat.postMessage
297
token: ${{ secrets.SLACKTOKEN }}
.github/workflows/release.yml
@@ -70,7 +70,7 @@ jobs:
70
text: ${{ github.event.release.body }}
71
- name: Post about release to Slack
72
73
74
75
76
0 commit comments