Skip to content

Commit

Permalink
chore: use correct field name for pr ref
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobmoellerdev committed Dec 18, 2024
1 parent 206d8c1 commit 6aea1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
secrets: inherit
with:
ref: ${{ github.event.pull_request.head.ref }}
repo: ${{ github.event.pull_request.head.repo.name }}
repo: ${{ github.event.pull_request.head.repo.full_name }}

0 comments on commit 6aea1a0

Please sign in to comment.