Fix Action references in separate file example

This commit is contained in:
Josh Gross
2020-05-29 09:33:15 -04:00
committed by GitHub
parent c7971c2fc0
commit 9b7fae11e2

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')