From bf3594e832d7694c072bfbfa2b37cfbc518dc1c4 Mon Sep 17 00:00:00 2001 From: Igor Dejanovic Date: Sun, 23 Jun 2024 17:13:32 +0200 Subject: [PATCH] ci: reset author/timestamp on rust overlay update --- .github/workflows/update-rust-overlay.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-rust-overlay.yml b/.github/workflows/update-rust-overlay.yml index fd41b82c..7b31f114 100644 --- a/.github/workflows/update-rust-overlay.yml +++ b/.github/workflows/update-rust-overlay.yml @@ -23,7 +23,7 @@ jobs: git config user.name "Github Action" git config user.email "action@github.com" git add flake.lock - git commit --amend -m "build: update rust-overlay" + git commit --amend --reset-author -m "build: update rust-overlay" git rebase origin/main - name: Push changes if: steps.commit.outcome == 'success'