Skip to content

Commit 16b8945

Browse files
CI: slash-commands-dispatch: Fix typo (#3196)
Fix typo githubu -> github
1 parent c9c347d commit 16b8945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Slash Command Dispatch
1717
uses: peter-evans/slash-command-dispatch@v4
1818
with:
19-
token: ${{ githubu.token }}
19+
token: ${{ github.token }}
2020
commands: |
2121
format
2222
issue-type: pull-request

0 commit comments

Comments
 (0)