We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19571dd commit ac452beCopy full SHA for ac452be
.github/workflows/reusable-check-built-files.yml
@@ -83,7 +83,8 @@ jobs:
83
- name: Checkout repository
84
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
85
with:
86
- ref: ${{ github.ref }}
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
87
+ ref: ${{ github.event.pull_request.head.ref }}
88
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
89
token: ${{ env.ACCESS_TOKEN }}
90
0 commit comments