Skip to content

Commit 73acd54

Browse files
committed
Fix typo again
Signed-off-by: Federico Busetti <[email protected]>
1 parent b1249ad commit 73acd54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Set default site version
6868
if: ${{ inputs.set-default }}
6969
run: |
70-
mike set-default ${{ inputs.set-version }} --push --branch ${{ inputs.branch }}
70+
mike set-default ${{ inputs.site-version }} --push --branch ${{ inputs.branch }}
7171
7272
# `mike` is specifically built to be used together with GitHub pages.
7373
# To upload the website to another service (i.e. AWS S3) uncomment

0 commit comments

Comments
 (0)