Skip to content

Commit 0dd9fb1

Browse files
committed
docs(fix): use the action branch instead of a local build setup
1 parent c0cfedb commit 0dd9fb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ a Slack channel before posting a message:
463463
```yaml
464464
- name: Create a new Slack channel for recent changes
465465
id: conversation
466-
uses: ./
466+
uses: slackapi/slack-github-action@v2-development
467467
with:
468468
method: conversations.create
469469
token: ${{ secrets.SLACK_BOT_TOKEN }}
@@ -472,7 +472,7 @@ a Slack channel before posting a message:
472472
473473
- name: Send the pull request link into the Slack channel
474474
if: ${{ steps.conversation.outputs.ok }}
475-
uses: ./
475+
uses: slackapi/slack-github-action@v2-development
476476
with:
477477
method: chat.postMessage
478478
token: ${{ secrets.SLACK_BOT_TOKEN }}

0 commit comments

Comments
 (0)