Compare commits

..

1 commit

Author SHA1 Message Date
1624346409
fix(ci): do not use a name when logging in
All checks were successful
/ check (push) Successful in 3s
/ build (push) Successful in 1s
This should fix an error with `tea`
2024-10-12 22:17:31 +02:00

View file

@ -40,7 +40,7 @@ jobs:
git add ./Cargo.lock git add ./Cargo.lock
DIFF="$(git diff --staged)" DIFF="$(git diff --staged)"
if [[ "$DIFF" == "" ]]; then if [[ "$DIFF" == "" ]]; then
echo "Cargo.lock was not changed, bailing out and not making a PR" echo >2 "Cargo.lock was not changed, bailing out and not making a PR"
exit 1 exit 1
fi fi
git commit --no-verify --file=commit.txt git commit --no-verify --file=commit.txt