Skip to content

Commit

Permalink
Checkout from repo and head_sha to make this work with PRs from forke…
Browse files Browse the repository at this point in the history
…d repos
  • Loading branch information
jmigueprieto committed Sep 18, 2024
1 parent 81d194b commit c3851e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/java-client-v3-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.workflow_run.head_branch }}
ref: ${{ github.event.workflow_run.head_sha }}
repository: ${{ github.event.workflow_run.repository.full_name }}
- name: Set up Zulu JDK 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit c3851e8

Please sign in to comment.