Skip to content

Commit ac452be

Browse files
committed
Try supplying repository.
1 parent 19571dd commit ac452be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/reusable-check-built-files.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ jobs:
8383
- name: Checkout repository
8484
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8585
with:
86-
ref: ${{ github.ref }}
86+
repository: ${{ github.event.pull_request.head.repo.full_name }}
87+
ref: ${{ github.event.pull_request.head.ref }}
8788
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
8889
token: ${{ env.ACCESS_TOKEN }}
8990

0 commit comments

Comments
 (0)