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.
2 parents c7971c2 + 9b7fae1 commit 1b10125Copy full SHA for 1b10125
README.md
@@ -190,8 +190,8 @@ jobs:
190
echo-input:
191
runs-on: ubuntu-latest
192
steps:
193
- - uses: @actions/checkout@v2
194
- - uses: @actions/github-script@v1
+ - uses: actions/checkout@v2
+ - uses: actions/github-script@v1
195
with:
196
script: |
197
const path = require('path')
0 commit comments