From 7a01b6077aa2b1a04972cf5f7b0bd7a87d58798c Mon Sep 17 00:00:00 2001 From: Waldo Jaquith Date: Tue, 26 Dec 2023 10:05:20 -0500 Subject: [PATCH] Fix CI tool name --- deploy/config_variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/config_variables.sh b/deploy/config_variables.sh index 68e2268..d70d42a 100755 --- a/deploy/config_variables.sh +++ b/deploy/config_variables.sh @@ -29,7 +29,7 @@ variables=( for i in "${variables[@]}" do if [ -z "${!i}" ]; then - echo "Travis CI has no value set for $i -- aborting" + echo "GitHub Actions has no value set for $i -- aborting" exit 1 fi done