We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents addcfdc + 8880c61 commit d02ab27Copy full SHA for d02ab27
1 file changed
.github/workflows/release_notice.yml
@@ -14,7 +14,7 @@ jobs:
14
run: echo "$GITHUB_CONTEXT"
15
- name: Send custom JSON data to Slack workflow
16
id: slack
17
- uses: slackapi/slack-github-action@v2.0.0
+ uses: slackapi/slack-github-action@v2.1.0
18
with:
19
# This data can be any valid JSON from a previous step in the GitHub Action
20
payload: |
0 commit comments