Skip to content

Commit

Permalink
ci: reset author/timestamp on rust overlay update
Browse files Browse the repository at this point in the history
  • Loading branch information
igordejanovic committed Jun 23, 2024
1 parent 34a18c4 commit bf3594e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-rust-overlay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
git config user.name "Github Action"
git config user.email "[email protected]"
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'
Expand Down

0 comments on commit bf3594e

Please sign in to comment.