Skip to content

Commit 8b7bb68

Browse files
committed
Fix missing context.
1 parent 2c70b99 commit 8b7bb68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/converter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set $build_config_lower
2222
run: echo "build_config_lower=${build_config@L}" >> "$GITHUB_ENV"
2323
- name: Checkout Book
24-
if: ${{ run && !inputs.is_index }}
24+
if: ${{ inputs.run && !inputs.is_index }}
2525
uses: actions/checkout@v6
2626
with:
2727
path: ${{ env.book_folder }}

0 commit comments

Comments
 (0)