Skip to content

Commit 65007e2

Browse files
committed
Fix support building a specific SHA
See gh-44204
1 parent ec09f96 commit 65007e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
fetch-depth: 0
2828
- name: Rest Build Reference to SHA
29-
if: ${{ github.event.inputs.build-refname != '' && github.event.inputs.build-refsha != '' }}
29+
if: ${{ github.event.inputs.build-refname != '' && github.event.inputs.build-sha != '' }}
3030
run: git update-ref refs/remotes/origin/${{ github.event.inputs.build-refname }} {{ github.event.inputs.build-sha }}
3131
- name: Fetch Main Branch
3232
run: git fetch origin ${{ github.event.repository.default_branch }}:main

0 commit comments

Comments
 (0)