From b7b5c4a42286d020a5337ba0fe4ed193662a8695 Mon Sep 17 00:00:00 2001 From: Mak Date: Wed, 24 Jul 2024 18:19:08 +0100 Subject: [PATCH] Update cmd.yml --- .github/workflows/cmd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmd.yml b/.github/workflows/cmd.yml index 0bc224cd32..cebac08dae 100644 --- a/.github/workflows/cmd.yml +++ b/.github/workflows/cmd.yml @@ -245,7 +245,7 @@ jobs: git pull origin ${{ github.head_ref }} git add . git restore --staged Cargo.* # ignore changes to Cargo.toml and Cargo.lock - git commit -m "Update from ${{ github.actor }} running command '${{ steps.get-pr-comment.outputs.group2 }}'" + git commit -m "Update from ${{ github.actor }} running command '${{ steps.get-pr-comment.outputs.group2 }}'" || true git push origin ${{ github.head_ref }} else echo "Nothing to commit";