Skip to content

Commit

Permalink
Checkout merge commit on pull_request_target event
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckwondo committed Nov 5, 2024
1 parent bc73b03 commit b3a1ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Checkout source
uses: actions/checkout@v4
with:
ref: "${{ github.event.pull_request.merge_commit_sha }}"
ref: refs/pull/${{ github.event.number }}/merge

- name: Install package with dependencies
uses: ./.github/actions/install-pkg
Expand Down

0 comments on commit b3a1ebf

Please sign in to comment.