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 a415573 commit a6a4057Copy full SHA for a6a4057
.github/workflows/slash-command-dispatch.yml
@@ -11,7 +11,7 @@ jobs:
11
# Checkout is necessary here due to referencing a local action.
12
# It's also necessary when using the 'config-from-file' option.
13
# Otherwise, avoid using checkout to keep this workflow fast.
14
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
15
16
# Basic configuration
17
- name: Slash Command Dispatch
README.md
@@ -144,7 +144,7 @@ jobs:
144
slashCommandDispatch:
145
runs-on: ubuntu-latest
146
steps:
147
148
149
uses: peter-evans/slash-command-dispatch@v1
150
with:
0 commit comments