diff --git a/action/index.js b/action/index.js index 1e43a2b..f626f84 100644 --- a/action/index.js +++ b/action/index.js @@ -12407,7 +12407,7 @@ const { context = {} } = github; const run = async () => { console.log(context.payload); - check; + // check branch; const branch_name = context.payload?.head_commit?.message ?.split("from")[1] .split("\n")[0] diff --git a/src/actions.js b/src/actions.js index f2bbbb5..8bbdda6 100644 --- a/src/actions.js +++ b/src/actions.js @@ -10,7 +10,7 @@ const { context = {} } = github; const run = async () => { console.log(context.payload); - check; + // check branch; const branch_name = context.payload?.head_commit?.message ?.split("from")[1] .split("\n")[0]