We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1532a07 + 38b713a commit 508c5e4Copy full SHA for 508c5e4
action.yml
@@ -62,6 +62,7 @@ runs:
62
id: git_checkout_no_lfs
63
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.2.2
64
with:
65
+ ref: ${{ inputs.head-branch }}
66
fetch-depth: ${{ inputs.head-only == 'true' && inputs.head-only-fetch-depth || env.HEAD_FETCH_DEPTH }}
67
lfs: false
68
@@ -70,6 +71,7 @@ runs:
70
71
id: git_checkout_lfs
72
uses: kaiko-ai/action-cached-lfs-checkout@ce36e96f02d5a45724f099dfc0df5ebe4d4055fc # v1.2.2-patched
73
74
75
76
token: ${{ inputs.lfs-token }}
77
0 commit comments