mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-30 21:01:54 +08:00
fix: update GitHub owner in seedDummyProject function
- Changed the GitHub owner from "mantrakp04" to "hexcalve" in the seedDummyProject function to reflect the correct repository ownership. This update ensures that the dummy data seeding process points to the appropriate GitHub account.
This commit is contained in:
parent
835206c582
commit
2fd1e09865
@ -2174,7 +2174,7 @@ export async function seedDummyProject(options: SeedDummyProjectOptions): Promis
|
||||
branchId: DEFAULT_BRANCH_ID,
|
||||
source: {
|
||||
type: "pushed-from-github",
|
||||
owner: "mantrakp04",
|
||||
owner: "hexcalve",
|
||||
repo: "config-test",
|
||||
branch: "main",
|
||||
commit_hash: "abc123def456789",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user