Skip to content

Commit

Permalink
Merge branch 'main' into renovate/go-openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino authored Dec 27, 2023
2 parents e8c357b + 4eb47d5 commit 48ca460
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.4.1
uses: actions/github-script@v7.0.1
with:
script: |
const sha = context.payload.pull_request.head.sha.substr(0,7)
Expand Down

0 comments on commit 48ca460

Please sign in to comment.