Skip to content

Commit

Permalink
Update actions/github-script action to v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 10, 2022
1 parent 5d1ecaf commit 8d1ace9
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.0.0
uses: actions/github-script@v6.1.0
with:
script: |
const sha = context.payload.pull_request.head.sha.substr(0,7)
Expand Down

0 comments on commit 8d1ace9

Please sign in to comment.