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 ec09f96 commit 65007e2Copy full SHA for 65007e2
.github/workflows/deploy-docs.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
fetch-depth: 0
28
- name: Rest Build Reference to SHA
29
- if: ${{ github.event.inputs.build-refname != '' && github.event.inputs.build-refsha != '' }}
+ 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 }}
31
- name: Fetch Main Branch
32
run: git fetch origin ${{ github.event.repository.default_branch }}:main
0 commit comments