Skip to content

Commit 7bf40f8

Browse files
committed
Update sync-changes-scheduled.yml to change destination base from 2.0 to 2.1
1 parent 57e0457 commit 7bf40f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-changes-scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
ref:
1515
[
1616
{ "base": "2.x", "destination": "2.x" },
17-
{ "base": "2.0", "destination": "2.0" },
17+
{ "base": "2.1", "destination": "2.1" },
1818
{ "base": "1.7", "destination": "1.7" },
1919
]
2020
with:

0 commit comments

Comments
 (0)