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 9b5048c commit ed36606Copy full SHA for ed36606
2 files changed
.github/workflows/ci.yml
@@ -373,7 +373,7 @@ jobs:
373
echo END_OF_SLACK_MESSAGE >> "$GITHUB_OUTPUT"
374
- name: Post about drafted release to Slack
375
id: slack
376
- uses: slackapi/slack-github-action@v3.0.2
+ uses: slackapi/slack-github-action@v3.0.3
377
with:
378
method: chat.postMessage
379
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