mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
remove unused SHA env var
This commit is contained in:
parent
9b5507124b
commit
fc0fe14d25
1 changed files with 0 additions and 2 deletions
|
|
@ -338,8 +338,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/github-script@v6
|
- uses: actions/github-script@v6
|
||||||
env:
|
|
||||||
SHA: '${{env.parentSHA}}'
|
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const script = require('./path/to/script.js')
|
const script = require('./path/to/script.js')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue