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 2c70b99 commit 8b7bb68Copy full SHA for 8b7bb68
1 file changed
.github/workflows/converter.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Set $build_config_lower
22
run: echo "build_config_lower=${build_config@L}" >> "$GITHUB_ENV"
23
- name: Checkout Book
24
- if: ${{ run && !inputs.is_index }}
+ if: ${{ inputs.run && !inputs.is_index }}
25
uses: actions/checkout@v6
26
with:
27
path: ${{ env.book_folder }}
0 commit comments