Skip to content

Commit afbf1ab

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

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
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828
- name: Rest Build Reference to SHA
2929
if: ${{ github.event.inputs.build-refname != '' && github.event.inputs.build-sha != '' }}
30-
run: git update-ref refs/remotes/origin/${{ github.event.inputs.build-refname }} {{ github.event.inputs.build-sha }}
30+
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
3333
- name: Set Up Node

0 commit comments

Comments
 (0)