Skip to content

Commit

Permalink
[development enhancement]fix typo on help command workflow(#1551)
Browse files Browse the repository at this point in the history
  • Loading branch information
yubozhao committed Mar 31, 2021
1 parent 878f520 commit ebe69b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slash-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
- name: slash command dispatch
uses: peter-evans/slash-command-dispatch@v2
with:
token: $ {{ secret.PAT_FOR_TEST }}
token: $ {{ secrets.PAT_FOR_TEST }}
commands: help
permission: none
issue-type: both

0 comments on commit ebe69b0

Please sign in to comment.