Update nix-develop-gha.sh
This commit is contained in:
parent
290301ab99
commit
993e93af9e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue