Update nix-develop-gha.sh

This commit is contained in:
xin 2024-04-05 04:47:05 +00:00
parent 290301ab99
commit 993e93af9e

View file

@ -26,7 +26,7 @@ while IFS='=' read -r -d '' n v; do
continue
fi
if (("$(wc -l <<<"$v")" > 1)); then
delimiter=$(openssl rand -base64 18)
delimiter=BzcqNQnW6x7hfGlLbvCyDlvD
if contains "$delimiter" "$v"; then
echo "Environment variable $n contains randomly generated string $delimiter, file an issue and buy a lottery ticket."
exit 1