Fix error in workflow.
This commit is contained in:
parent
b72c654f8a
commit
9f51341822
1 changed files with 2 additions and 1 deletions
3
.github/workflows/update-flake-lock.yml
vendored
3
.github/workflows/update-flake-lock.yml
vendored
|
|
@ -21,7 +21,8 @@ jobs:
|
|||
nix flake update --commit-lock-file
|
||||
cargo update
|
||||
git add Cargo.lock
|
||||
git commit -m "cargo update"
|
||||
# Commit exits with an error when there is nothing to do
|
||||
git commit -m "cargo update" || true
|
||||
- name: "Create Pull Request"
|
||||
uses: "peter-evans/create-pull-request@v5"
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue