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