1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 12:46:44 +00:00

fix ${GITHUB_ACTIONS:-}

This commit is contained in:
deadc0de6
2025-12-30 22:43:11 +01:00
committed by deadc0de
parent cacf4e4ee1
commit 7bbb243382

2
tests.sh vendored
View File

@@ -38,7 +38,7 @@ test()
}
cur=$(cd "$(dirname "${0}")" && pwd)
in_cicd="${GITHUB_WORKFLOW:-}"
in_cicd="${GITHUB_ACTIONS:-}"
if [ -n "${in_cicd}" ]; then
# patch TERM var in ci/cd