Skip to content

Commit ea947c4

Browse files
committed
ci: sync next branch from the main repo
1 parent 139ebf1 commit ea947c4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/synchronize.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
steps:
2525
- name: Checkout repository
2626
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27+
with:
28+
ref: ${{ github.event.client_payload.event.ref || github.ref }}
2729

2830
- name: Get commit ID (workflow dispatch, empty)
2931
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.commit-id == '' }}

0 commit comments

Comments
 (0)