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.
2 parents 57bef4a + 242921b commit 01c9e11Copy full SHA for 01c9e11
.github/workflows/build.yml
@@ -11,6 +11,14 @@ on:
11
types:
12
- apb
13
14
+# Set a default shell for any run steps. The `-Eueo pipefail` sets errtrace,
15
+# nounset, errexit, and pipefail. The `-x` will print all commands as they are
16
+# run. Please see the GitHub Actions documentation for more information:
17
+# https://docs.github.com/en/actions/using-jobs/setting-default-values-for-jobs
18
+defaults:
19
+ run:
20
+ shell: bash -Eueo pipefail -x {0}
21
+
22
env:
23
CURL_CACHE_DIR: ~/.cache/curl
24
PIP_CACHE_DIR: ~/.cache/pip
0 commit comments