mirror of
https://github.com/actions/github-script.git
synced 2025-12-08 16:16:21 +00:00
Fix Action references in separate file example
This commit is contained in:
@@ -190,8 +190,8 @@ jobs:
|
|||||||
echo-input:
|
echo-input:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: @actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: @actions/github-script@v1
|
- uses: actions/github-script@v1
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const path = require('path')
|
const path = require('path')
|
||||||
|
|||||||
Reference in New Issue
Block a user