mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
Merge pull request #54 from joshmgross/patch-1
Fix Action references in separate file example
This commit is contained in:
commit
1b10125da5
1 changed files with 2 additions and 2 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue