Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/generate-agent-factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const WORKFLOWS_DIR = path.join(__dirname, "../.github/workflows");
const OUTPUT_PATH = path.join(__dirname, "../docs/src/content/docs/agent-factory-status.mdx");

// Repository owner and name
const REPO_OWNER = "githubnext";
const REPO_OWNER = "github";
const REPO_NAME = "gh-aw";

/**
Expand Down
Loading