Skip to content

Commit

Permalink
change sync branch names (sveltejs#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris authored Nov 5, 2024
1 parent d983184 commit db583c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit db583c6

Please sign in to comment.