Skip to content

Commit

Permalink
👷 Checkout Head Branch in pull_request_target Workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Dec 18, 2024
1 parent 4b69744 commit e349fb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-createx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
# Ensure the pull request's head branch is checked out.
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Install pnpm
uses: pnpm/action-setup@v3
Expand Down

0 comments on commit e349fb1

Please sign in to comment.