mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +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:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/github-script@v6
|
||||
env:
|
||||
SHA: '${{env.parentSHA}}'
|
||||
with:
|
||||
script: |
|
||||
const script = require('./path/to/script.js')
|
||||
|
|
|
|||
Loading…
Reference in a new issue