Skip to content

Commit aa2b498

Browse files
committed
Fixing indentation
1 parent 8920c2c commit aa2b498

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,7 @@ jobs:
236236
# Write build command to temporary script file
237237
if [[ -n "${{ inputs.custom_build_command }}" ]]; then
238238
# Custom build command provided by caller
239-
cat > /tmp/build-deploy.sh << CUSTOM_BUILD_EOF
240-
${{ inputs.custom_build_command }}
241-
CUSTOM_BUILD_EOF
239+
printf '%s\n' '${{ inputs.custom_build_command }}' > /tmp/build-deploy.sh
242240
else
243241
# Default Maven build command with conditional docs profile
244242
cat > /tmp/build-deploy.sh << 'DEFAULT_BUILD_EOF'

0 commit comments

Comments
 (0)