From 2dceb27c584ea8b60953ee3d8b744716d5304494 Mon Sep 17 00:00:00 2001 From: deadc0de6 <8973919+deadc0de6@users.noreply.github.com.> Date: Tue, 30 Dec 2025 22:43:11 +0100 Subject: [PATCH] fix ${GITHUB_ACTIONS:-} --- tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.sh b/tests.sh index 07845b4..3243540 100755 --- a/tests.sh +++ b/tests.sh @@ -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