We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ebd688 commit d758bfbCopy full SHA for d758bfb
.github/scripts/common.sh
@@ -15,7 +15,7 @@
15
# CI_TMPDIR Temporary directory
16
#
17
18
-if [ -n "${GITHUB_RUNNER}" ]; then
+if [ -n "${GITHUB_RUNNER:-}" ]; then
19
# GitHub runners are executed from within the checkout. To simplify
20
# path settings across all OS (i.e. Cygwin) calculate variables using
21
# pwd, and explicitly use -P to avoid buildlink symlink issues.
0 commit comments