Merge pull request #54 from joshmgross/patch-1

Fix Action references in separate file example
This commit is contained in:
Jonathan Clem 2020-05-29 09:37:47 -04:00 committed by GitHub
commit 1b10125da5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -190,8 +190,8 @@ jobs:
echo-input:
runs-on: ubuntu-latest
steps:
- uses: @actions/checkout@v2
- uses: @actions/github-script@v1
- uses: actions/checkout@v2
- uses: actions/github-script@v1
with:
script: |
const path = require('path')