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 c0cfedb commit 0dd9fb1Copy full SHA for 0dd9fb1
README.md
@@ -463,7 +463,7 @@ a Slack channel before posting a message:
463
```yaml
464
- name: Create a new Slack channel for recent changes
465
id: conversation
466
- uses: ./
+ uses: slackapi/slack-github-action@v2-development
467
with:
468
method: conversations.create
469
token: ${{ secrets.SLACK_BOT_TOKEN }}
@@ -472,7 +472,7 @@ a Slack channel before posting a message:
472
473
- name: Send the pull request link into the Slack channel
474
if: ${{ steps.conversation.outputs.ok }}
475
476
477
method: chat.postMessage
478
0 commit comments