Compare commits
1 commit
2a18f6bedb
...
1624346409
Author | SHA1 | Date | |
---|---|---|---|
1624346409 |
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 "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
|
||||||
|
|
Loading…
Add table
Reference in a new issue