We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65007e2 commit afbf1abCopy full SHA for afbf1ab
.github/workflows/deploy-docs.yml
@@ -27,7 +27,7 @@ jobs:
27
fetch-depth: 0
28
- name: Rest Build Reference to SHA
29
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 }}
+ run: git update-ref refs/remotes/origin/${{ github.event.inputs.build-refname }} ${{ github.event.inputs.build-sha }}
31
- name: Fetch Main Branch
32
run: git fetch origin ${{ github.event.repository.default_branch }}:main
33
- name: Set Up Node
0 commit comments