From e71ee902ab1274a64d6b80d56af28f1855944dfd Mon Sep 17 00:00:00 2001 From: JiaJia Ji Date: Wed, 4 Dec 2024 12:41:07 +0100 Subject: [PATCH] Update sync-changes-scheduled.yml to 1.7 --- .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 33e497224..15d933b32 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.6", "destination": "1.6" }, + { "base": "1.7", "destination": "1.7" }, ] with: base_ref: ${{ matrix.ref.base }}