Skip to content

Commit db583c6

Browse files
authored
change sync branch names (#806)
1 parent d983184 commit db583c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
commit-message: sync ${{ github.event.client_payload.package }} docs
2626
title: Sync `${{ github.event.client_payload.package }}` docs
2727
body: This is an automated pull request. See the [README](../tree/main/apps/svelte.dev/scripts/sync-docs/README.md) for more information
28-
branch: sync/${{ github.event.client_payload.package }}
28+
branch: sync-${{ github.event.client_payload.package }}
2929
base: main

0 commit comments

Comments
 (0)