feat(GHA): Renovate auto rebase after PR automerge enabled

This commit is contained in:
JJGadgets
2025-04-23 19:54:06 +08:00
parent ac793faf29
commit 9f676d5809

View File

@@ -35,7 +35,7 @@ jobs:
done
- name: Update branch if automerge enabled
if: github.event.action == auto_merge_enabled
if: github.event.action == "auto_merge_enabled"
env:
GITHUB_TOKEN: "${{ steps.oauth-token.outputs.token }}"
shell: bash