Skip to content

Commit

Permalink
set username2
Browse files Browse the repository at this point in the history
  • Loading branch information
ov7a committed Jun 18, 2024
1 parent 44fdb1a commit aa986fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Push changes
if: ${{ steps.rebase.outputs.result == 'success' }}
run: |
git config user.name "GitHub Actions"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "GitHub Actions"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git push origin groovy-dsl

0 comments on commit aa986fc

Please sign in to comment.