From 4f76a17f43b7d9877ada0044fab2136c0e05d4df Mon Sep 17 00:00:00 2001 From: Herbert Roth Date: Wed, 2 Oct 2024 09:22:51 +0200 Subject: [PATCH] Update sync-changes-scheduled.yml Update bugfix branch. --- .github/workflows/sync-changes-scheduled.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-changes-scheduled.yml b/.github/workflows/sync-changes-scheduled.yml index 8b9a32426e..33e4972241 100644 --- a/.github/workflows/sync-changes-scheduled.yml +++ b/.github/workflows/sync-changes-scheduled.yml @@ -14,7 +14,7 @@ jobs: ref: [ { "base": "1.x", "destination": "1.x" }, - { "base": "1.5", "destination": "1.5" }, + { "base": "1.6", "destination": "1.6" }, ] with: base_ref: ${{ matrix.ref.base }}