Skip to content

Commit 7bbb243

Browse files
committed
fix ${GITHUB_ACTIONS:-}
1 parent cacf4e4 commit 7bbb243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ test()
3838
}
3939

4040
cur=$(cd "$(dirname "${0}")" && pwd)
41-
in_cicd="${GITHUB_WORKFLOW:-}"
41+
in_cicd="${GITHUB_ACTIONS:-}"
4242

4343
if [ -n "${in_cicd}" ]; then
4444
# patch TERM var in ci/cd

0 commit comments

Comments
 (0)