File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ jobs:
35
35
fi
36
36
if [[ -n "${{ github.event.inputs.commitIdToPackage }}" ]]; then
37
37
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."
39
39
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."
41
41
fi
42
42
fi
43
43
if [[ "${{ github.event.inputs.preserveIntermediateArtifacts }}" != "0" ]]; then
44
- echo "::warning ::Intermediate artifacts will be preserved.
44
+ echo "::warning ::Intermediate artifacts will be preserved."
45
45
fi
46
46
47
47
build_tools :
You can’t perform that action at this time.
0 commit comments