Skip to content

Commit fc0fe14

Browse files
authored
remove unused SHA env var
1 parent 9b55071 commit fc0fe14

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,6 @@ jobs:
338338
steps:
339339
- uses: actions/checkout@v3
340340
- uses: actions/github-script@v6
341-
env:
342-
SHA: '${{env.parentSHA}}'
343341
with:
344342
script: |
345343
const script = require('./path/to/script.js')

0 commit comments

Comments
 (0)