From e2f258fd4fc4a2d57d5653b104de54ab419a3276 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Fri, 18 Apr 2025 14:47:20 +0800 Subject: [PATCH] feat(GHA): Renovate auto rebase after PR automerge enabled --- .github/workflows/renovate-rebase.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/renovate-rebase.yaml b/.github/workflows/renovate-rebase.yaml index 1749d001..a589a56c 100644 --- a/.github/workflows/renovate-rebase.yaml +++ b/.github/workflows/renovate-rebase.yaml @@ -41,9 +41,7 @@ jobs: ref: "${{ github.event.pull_request.head.ref }}" fetch-depth: 0 - - run: | - git - - name: Git setup + - name: Git shell: bash run: | git config user.name "${{ secrets.BOT_USERNAME }}[bot]"