We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27173b2 commit 42ed5edCopy full SHA for 42ed5ed
entrypoint.sh
@@ -55,7 +55,7 @@ make_archive()
55
if [ -n "$INPUT_PATH" ]; then
56
for path in $INPUT_PATH; do
57
pushd $path
58
- debug "Running: zip -r $archive . $zip_opts"
+ debug Running: zip -r $archive . $zip_opts
59
zip -r $archive . $zip_opts
60
popd
61
done
0 commit comments