Skip to content

Commit

Permalink
Merge branch 'main' into renovate/actions-cache-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Nov 6, 2022
2 parents ae802ce + 468d978 commit 9e6964c
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.2.0
uses: actions/github-script@v6.3.3
with:
script: |
const sha = context.payload.pull_request.head.sha.substr(0,7)
Expand Down

0 comments on commit 9e6964c

Please sign in to comment.