chore: fix uncommitted changes to the public API or reports of a package error

Signed-off-by: Jan Michael Ong <adobejmong@gmail.com>
This commit is contained in:
Jan Michael Ong
2026-04-22 12:38:37 -07:00
parent f388853791
commit 8d60c70e5d
@@ -254,8 +254,8 @@ export function createGithubRepoCreateAction(options: {
access: string;
}
| {
access: string;
team: string;
access: string;
}
)[]
| undefined;
@@ -445,8 +445,8 @@ export function createPublishGithubAction(options: {
access: string;
}
| {
access: string;
team: string;
access: string;
}
)[]
| undefined;