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

This commit is contained in:
JJGadgets
2025-04-23 20:10:22 +08:00
parent 9f676d5809
commit 49ad85d870

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