We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada646b commit 09df4ccCopy full SHA for 09df4cc
1 file changed
.github/workflows/deploy.yml
@@ -236,7 +236,7 @@ jobs:
236
# Write build command to temporary script file
237
if [[ -n "${{ inputs.custom_build_command }}" ]]; then
238
# Custom build command provided by caller
239
- cat > /tmp/build-deploy.sh << 'CUSTOM_BUILD_EOF'
+ cat > /tmp/build-deploy.sh << CUSTOM_BUILD_EOF
240
${{ inputs.custom_build_command }}
241
CUSTOM_BUILD_EOF
242
else
0 commit comments