Skip to content

Commit 5e13cbd

Browse files
committed
Version-check: allow checkout of PR head SHA
1 parent c5ef194 commit 5e13cbd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publishVersionCheckResults.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
with:
4242
ref: '${{ github.event.workflow_run.head_sha }}'
4343
persist-credentials: false #Opt out from persisting the default Github-token authentication in order to enable use of the bot's PAT when pushing below
44+
allow-unsafe-pr-checkout: true
4445

4546
- name: Download version increment git patch
4647
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0

0 commit comments

Comments
 (0)