Fix error in workflow.

This commit is contained in:
r-vdp 2023-05-29 11:43:31 +02:00
parent b72c654f8a
commit 9f51341822
No known key found for this signature in database

View file

@ -21,7 +21,8 @@ jobs:
nix flake update --commit-lock-file nix flake update --commit-lock-file
cargo update cargo update
git add Cargo.lock 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" - name: "Create Pull Request"
uses: "peter-evans/create-pull-request@v5" uses: "peter-evans/create-pull-request@v5"
with: with: