Skip to content

Commit 214e0c5

Browse files
committed
Add missing quotes
1 parent 9772b7d commit 214e0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stackhpc-container-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
if ${{ inputs.push }} == 'true'; then
172172
args="$args --push"
173173
fi
174-
if [[ ${{ github.event.inputs.regexes }} == "" ]]; then
174+
if [[ "${{ github.event.inputs.regexes }}" == "" ]]; then
175175
args="$args -e kolla_build_neutron_ovs=true"
176176
fi
177177
source venvs/kayobe/bin/activate &&

0 commit comments

Comments
 (0)