Skip to content

Commit

Permalink
set username
Browse files Browse the repository at this point in the history
  • Loading branch information
ov7a committed Jun 18, 2024
1 parent fa12d9f commit b503943
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/auto-rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@ jobs:

- name: Push changes
if: ${{ steps.rebase.outputs.result == 'success' }}
run: git push origin groovy-dsl
run: |
git config --global user.email "${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com"
git config --global user.name "$(gh api /users/${GITHUB_ACTOR} | jq .name -r)"
git push origin groovy-dsl

0 comments on commit b503943

Please sign in to comment.