mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
Update README.md
This commit is contained in:
parent
934655b9e0
commit
01dfe2e0c1
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@ jobs:
|
||||||
node-version: 14
|
node-version: 14
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
# or one-off:
|
# or one-off:
|
||||||
- run: npm install -g execa
|
- run: npm install execa
|
||||||
- uses: actions/github-script@v3
|
- uses: actions/github-script@v3
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue