Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ov7a committed Jun 18, 2024
1 parent aa986fc commit 13c75f3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/auto-rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,9 @@ jobs:

- name: rebase
id: rebase
run: git rebase origin/kotlin-dsl

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

0 comments on commit 13c75f3

Please sign in to comment.