From eb0fbcac8f01236bd721fc03c00d8b1a79033829 Mon Sep 17 00:00:00 2001 From: Ben Date: Sun, 24 Apr 2022 23:56:47 +0300 Subject: [PATCH] update pr creation process --- action/index.js | 2 +- src/actions.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]