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 b2aa254 commit c13eaffCopy full SHA for c13eaff
.github/workflows/slash-command-dispatch.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
token: ${{ secrets.REPO_ACCESS_TOKEN }}
25
reaction-token: ${{ secrets.GITHUB_TOKEN }}
26
- commands: hello-world, ping
+ commands: hello-world-local, ping-local
27
permission: none
28
issue-type: issue
29
@@ -36,13 +36,13 @@ jobs:
36
config: >
37
[
38
{
39
- "command": "hello-world-remote",
+ "command": "hello-world",
40
"permission": "none",
41
"issue_type": "issue",
42
"repository": "peter-evans/slash-command-dispatch-processor"
43
},
44
45
- "command": "ping-remote",
+ "command": "ping",
46
47
48
0 commit comments