From 6331094214418fad4d551c5d8198fbdc2215b124 Mon Sep 17 00:00:00 2001 From: Arjan Dikhoff Date: Wed, 20 Nov 2024 09:45:31 +0100 Subject: [PATCH] Force base branch --- .github/workflows/sync_class_ref_stable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync_class_ref_stable.yml b/.github/workflows/sync_class_ref_stable.yml index b1592b5aa7b..f07c890cb69 100644 --- a/.github/workflows/sync_class_ref_stable.yml +++ b/.github/workflows/sync_class_ref_stable.yml @@ -62,6 +62,7 @@ jobs: with: commit-message: 'classref: Sync with current ${{ env.engine_rev }} branch (${{ env.merge_into }})' branch: 'classref/sync-${{ env.merge_into }}' + base: '${{ env.merge_into }}' add-paths: './classes' delete-branch: true