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 c9c347d commit 16b8945Copy full SHA for 16b8945
.github/workflows/slash-command-dispatch.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Slash Command Dispatch
17
uses: peter-evans/slash-command-dispatch@v4
18
with:
19
- token: ${{ githubu.token }}
+ token: ${{ github.token }}
20
commands: |
21
format
22
issue-type: pull-request
0 commit comments