Compare commits
1 commit
1624346409
...
2a18f6bedb
Author | SHA1 | Date | |
---|---|---|---|
2a18f6bedb |
1 changed files with 1 additions and 1 deletions
|
@ -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 >2 "Cargo.lock was not changed, bailing out and not making a PR"
|
echo "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
|
||||||
|
|
Loading…
Add table
Reference in a new issue