-
-
Notifications
You must be signed in to change notification settings - Fork 215
Open
Description
Failing here: https://github.com/sveltejs/svelte.dev/actions/runs/20376921817/job/58557786864
Doing tsx scripts/sync-docs/index.ts "--owner=ghostdevv" "-p" "cli#cloudflare-update" is failing because the fork is named https://github.com/ghostdevv/svelte-cli and not cli.
A/ I'm not sure how the svelte-docs-bot set these args.
B/ We can maybe clone the repo and check after that the upstream is cli (or other valid repos)
git remote get-url upstream | sed -E 's/.*[:/][^/]+\/([^/]+)(\.git)?$/\1/'
I'll be happy to have a look once I know A
Metadata
Metadata
Assignees
Labels
No labels