From 0348b562a9821880c385539598b9964b04331df4 Mon Sep 17 00:00:00 2001 From: tomsun28 Date: Wed, 11 Nov 2020 09:07:27 +0800 Subject: [PATCH] testing debug --- dist/index.js | Bin 673844 -> 673795 bytes dist/index.js.map | Bin 584595 -> 584538 bytes src/main.ts | 1 - 3 files changed, 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 63ada832f3b8c7291d1b51321cfdc05d12abb88f..ff1e691797d1fb4fe7913a5c9ed748b9f2be9b19 100644 GIT binary patch delta 43 ucmdloL9=;+W@7Pjq7?Jt@7Pjq7?QKkKK+F!r96-#uy^V>h))fFk+6|=u diff --git a/dist/index.js.map b/dist/index.js.map index cf25c23e9cee6cc0a80e5f288548d8e53740f163..59d0f68cc8ff9d577d05e91d65646f1e924c45b7 100644 GIT binary patch delta 55 zcmbPyUHR5EFnn;zG|$hO&YM-d}qLGzxS?R$1I0x{F}Jv*7pjxyEMOiyfJ X5os5xX8~eXAZ7z%_U$6|9Bw%Puw)&F diff --git a/src/main.ts b/src/main.ts index 31cb55b..f40c8fa 100644 --- a/src/main.ts +++ b/src/main.ts @@ -8,7 +8,6 @@ async function run(): Promise { try { if ( github.context.eventName !== 'issue_comment' || - github.context.payload.action || github.context.payload.action !== 'created' ) { core.setFailed( -- GitLab