Skip to content

Commit 19571dd

Browse files
committed
Try fully formed ref.
1 parent 865ea05 commit 19571dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Checkout repository
8484
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8585
with:
86-
ref: ${{ github.head_ref }}
86+
ref: ${{ github.ref }}
8787
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
8888
token: ${{ env.ACCESS_TOKEN }}
8989

0 commit comments

Comments
 (0)