Skip to content

Commit 9653545

Browse files
committed
Work around YAML bool nonsense.
1 parent fb5ebf6 commit 9653545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build/action.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ runs:
5959
key: ${{ inputs.client-repo }}-${{ runner.os }}-build
6060

6161

62-
- if: ${{ inputs.use-container }}
62+
- if: ${{ inputs.use-container == true }}
6363
name: Build (in container)
6464
shell: bash --noprofile --norc -xeuo pipefail {0}
6565
run: |

0 commit comments

Comments
 (0)