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 bb88fd6 commit 9256004Copy full SHA for 9256004
actions/plugins/publish/publish/publish.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
set -e
3
-if [ "$RUNNER_DEBUG" == "1" ]; then
+if [[ "$RUNNER_DEBUG" == "1" ]]; then
4
set -x
5
fi
6
0 commit comments