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 42ed5ed commit cc0e046Copy full SHA for cc0e046
entrypoint.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
set -e
3
-
+set -x
4
5
6
@@ -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