Skip to content

Commit cb8320c

Browse files
committed
ugh
1 parent 75d1c08 commit cb8320c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build-stack-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: angular-vanilla
5353
dockerfile: images/AngularVanillaDockerFile
5454
input: build_angular_vanilla
55-
if: ${{ inputs[matrix.app.input] == true }}
55+
if: ${{ inputs[format('{0}', matrix.app.input)] == 'true' }}
5656
name: Build ${{ matrix.app.name }} Image
5757
runs-on: ubuntu-latest
5858
permissions:

0 commit comments

Comments
 (0)