Skip to content

Commit

Permalink
chore: revert gh action user
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich authored Dec 29, 2024
1 parent a59c128 commit b15e826
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:

- name: Configure Git
run: |
git config user.name github-actions
git config user.email github-[email protected]
git config user.name "GitHub Actions"
git config user.email "[email protected]"
- name: Commit and push changes
env:
Expand Down

0 comments on commit b15e826

Please sign in to comment.