From 59c09bbc76ca879db72af9e35d10f43903917faa Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 5 Nov 2024 14:41:33 -0500 Subject: [PATCH] change sync branch names --- .github/workflows/sync-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-docs.yml b/.github/workflows/sync-docs.yml index 01bd5df484..4c6ba04953 100644 --- a/.github/workflows/sync-docs.yml +++ b/.github/workflows/sync-docs.yml @@ -25,5 +25,5 @@ jobs: commit-message: sync ${{ github.event.client_payload.package }} docs title: Sync `${{ github.event.client_payload.package }}` docs body: This is an automated pull request. See the [README](../tree/main/apps/svelte.dev/scripts/sync-docs/README.md) for more information - branch: sync/${{ github.event.client_payload.package }} + branch: sync-${{ github.event.client_payload.package }} base: main