From 42ebe7fde918eaca016cb0728247090354a459d0 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Fri, 10 May 2024 03:49:44 +0200 Subject: [PATCH] chore: generate --- dist/post_run/index.js | 1 - dist/run/index.js | 1 - 2 files changed, 2 deletions(-) diff --git a/dist/post_run/index.js b/dist/post_run/index.js index 3aaabfc..3abcf08 100644 --- a/dist/post_run/index.js +++ b/dist/post_run/index.js @@ -89174,7 +89174,6 @@ async function fetchPatch() { case `push`: return await fetchPushPatch(ctx); case `merge_group`: - core.info(JSON.stringify(ctx.payload)); return ``; default: core.info(`Not fetching patch for showing only new issues because it's not a pull request context: event name is ${ctx.eventName}`); diff --git a/dist/run/index.js b/dist/run/index.js index d88750b..d500d22 100644 --- a/dist/run/index.js +++ b/dist/run/index.js @@ -89174,7 +89174,6 @@ async function fetchPatch() { case `push`: return await fetchPushPatch(ctx); case `merge_group`: - core.info(JSON.stringify(ctx.payload)); return ``; default: core.info(`Not fetching patch for showing only new issues because it's not a pull request context: event name is ${ctx.eventName}`);