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 ea8bc0a commit 9cb1f3aCopy full SHA for 9cb1f3a
.github/actions/artifact-size-metrics/utils/setup.sh
@@ -1,5 +1,6 @@
1
+# Exit if non zero exit code or if env var is missing, and enable command tracing
2
setup() {
- # Exit if non zero exit code or if env var is missing
3
set -u
4
set -e
5
+ set -x
6
}
0 commit comments