remove unused SHA env var

This commit is contained in:
Danny 2023-11-28 12:44:01 -08:00 committed by GitHub
parent 9b5507124b
commit fc0fe14d25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')