Skip to content

Commit 09df4cc

Browse files
committed
Fix quotes in custom build command
1 parent ada646b commit 09df4cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +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'
239+
cat > /tmp/build-deploy.sh << CUSTOM_BUILD_EOF
240240
${{ inputs.custom_build_command }}
241241
CUSTOM_BUILD_EOF
242242
else

0 commit comments

Comments
 (0)