We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d983184 commit db583c6Copy full SHA for db583c6
.github/workflows/sync-docs.yml
@@ -25,5 +25,5 @@ jobs:
25
commit-message: sync ${{ github.event.client_payload.package }} docs
26
title: Sync `${{ github.event.client_payload.package }}` docs
27
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 }}
+ branch: sync-${{ github.event.client_payload.package }}
29
base: main
0 commit comments