Skip to content

Commit c13eaff

Browse files
committed
Update workflow
1 parent b2aa254 commit c13eaff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/slash-command-dispatch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
token: ${{ secrets.REPO_ACCESS_TOKEN }}
2525
reaction-token: ${{ secrets.GITHUB_TOKEN }}
26-
commands: hello-world, ping
26+
commands: hello-world-local, ping-local
2727
permission: none
2828
issue-type: issue
2929

@@ -36,13 +36,13 @@ jobs:
3636
config: >
3737
[
3838
{
39-
"command": "hello-world-remote",
39+
"command": "hello-world",
4040
"permission": "none",
4141
"issue_type": "issue",
4242
"repository": "peter-evans/slash-command-dispatch-processor"
4343
},
4444
{
45-
"command": "ping-remote",
45+
"command": "ping",
4646
"permission": "none",
4747
"issue_type": "issue",
4848
"repository": "peter-evans/slash-command-dispatch-processor"

0 commit comments

Comments
 (0)