File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ inputs:
1010 branch :
1111 description : ' Branch name to create or update'
1212 required : false
13- default : ' fern/openapi- sync'
13+ default : ' fern/sync-openapi '
1414 sources :
1515 description : ' JSON or YAML array of mappings (from source to destination) (only used when update_from_source is false)'
1616 required : false
Original file line number Diff line number Diff line change @@ -39323,7 +39323,7 @@ const minimatch_1 = __nccwpck_require__(4501);
3932339323async function run() {
3932439324 try {
3932539325 const token = core.getInput("token") || process.env.GITHUB_TOKEN;
39326- const branch = core.getInput("branch") || "fern/openapi- sync";
39326+ const branch = core.getInput("branch") || "fern/sync-openapi ";
3932739327 const autoMerge = core.getBooleanInput("auto_merge");
3932839328 const updateFromSource = core.getBooleanInput("update_from_source");
3932939329 if (!token) {
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ interface SyncOptions {
2626export async function run ( ) : Promise < void > {
2727 try {
2828 const token = core . getInput ( "token" ) || process . env . GITHUB_TOKEN ;
29- const branch = core . getInput ( "branch" ) || "fern/openapi- sync" ;
29+ const branch = core . getInput ( "branch" ) || "fern/sync-openapi " ;
3030 const autoMerge = core . getBooleanInput ( "auto_merge" ) ;
3131 const updateFromSource = core . getBooleanInput ( "update_from_source" ) ;
3232
You can’t perform that action at this time.
0 commit comments