Skip to content

Commit

Permalink
Update actions/github-script action to v6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 26, 2022
1 parent 8fbaea3 commit de62299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- id: short-sha
if: ${{ github.event_name == 'pull_request_target' }}
uses: actions/github-script@v6.1.0
uses: actions/github-script@v6.2.0
with:
script: |
const sha = context.payload.pull_request.head.sha.substr(0,7)
Expand Down

0 comments on commit de62299

Please sign in to comment.