Skip to content

Commit

Permalink
Debug int test checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckwondo committed Nov 5, 2024
1 parent b3a1ebf commit e615b43
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,13 @@ jobs:
echo "See [Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/resources/github-actions-preventing-pwn-requests)." >> $GITHUB_STEP_SUMMARY
exit 1
- name: Check merge commit SHA
run: echo "github.event.pull_request.merge_commit_sha = ${{ github.event.pull_request.merge_commit_sha }}"

- name: Checkout source
uses: actions/checkout@v4
with:
ref: refs/pull/${{ github.event.number }}/merge
ref: "${{ github.event.pull_request.merge_commit_sha }}"

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

0 comments on commit e615b43

Please sign in to comment.