Skip to content

Commit f7da55b

Browse files
committed
Fix missing quotes.
1 parent 4660fcf commit f7da55b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cpp-packaging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ jobs:
3535
fi
3636
if [[ -n "${{ github.event.inputs.commitIdToPackage }}" ]]; then
3737
if [[ -n "${{ github.event.inputs.downloadPublicVersion }}" || -n "${{ github.event.inputs.downloadPreviousRun }}" ]]; then
38-
echo "::warning ::Using commit ID '${{ github.event.inputs.commitIdToPackage }}' for building tests.
38+
echo "::warning ::Using commit ID '${{ github.event.inputs.commitIdToPackage }}' for building tests."
3939
else
40-
echo "::warning ::Using commit ID '${{ github.event.inputs.commitIdToPackage }}' for building and packaging SDK and tests.
40+
echo "::warning ::Using commit ID '${{ github.event.inputs.commitIdToPackage }}' for building and packaging SDK and tests."
4141
fi
4242
fi
4343
if [[ "${{ github.event.inputs.preserveIntermediateArtifacts }}" != "0" ]]; then
44-
echo "::warning ::Intermediate artifacts will be preserved.
44+
echo "::warning ::Intermediate artifacts will be preserved."
4545
fi
4646
4747
build_tools:

0 commit comments

Comments
 (0)