Skip to content

Commit

Permalink
change cms branch from main to review
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCogley committed Nov 3, 2024
1 parent 01fa79b commit 7bc9fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _cms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cms.storage(
client: new Octokit({ auth: Deno.env.get("GITHUB_TOKEN") }),
owner: "juliecogley",
repo: "julie_portfolio",
branch: "main",
branch: "review",
path: "src",
}),
);
Expand Down

0 comments on commit 7bc9fab

Please sign in to comment.