Skip to content

Commit

Permalink
Fix CI tool name
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Dec 26, 2023
1 parent e711636 commit 7a01b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/config_variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a01b60

Please sign in to comment.