We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6cda6 commit fe9de08Copy full SHA for fe9de08
testing/smoketest/get_username.sh
@@ -2,7 +2,7 @@
2
3
: ${CI:=""}
4
5
-if [ -z "$CI" ]; then
+if [ "$CI" != "" ]; then
6
user_name="github-actions"
7
# The gh command is faster and not as hacky as the fallback solution
8
elif which gh >/dev/null; then
0 commit comments