From db583c6cc5a6bb6666f15fb99a794e28d87023ec Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 5 Nov 2024 14:48:27 -0500 Subject: [PATCH] change sync branch names (#806) --- .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 01bd5df48..4c6ba0495 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