Compare commits
1 commit
dependabot
...
main
Author | SHA1 | Date | |
---|---|---|---|
993e93af9e |
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
runs-on: ${{ matrix.runs-on }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@v26
|
||||
- uses: cachix/install-nix-action@v25
|
||||
- uses: ./
|
||||
- run: actionlint
|
||||
- run: shellcheck nix-develop-gha.sh
|
||||
|
|
|
@ -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…
Reference in a new issue