From 34499952fa530236522deee971af490c802b9bd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lorber?= Date: Thu, 18 Feb 2021 19:01:25 +0100 Subject: [PATCH 1/2] Update index.js --- src/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.js b/src/index.js index f6f2228..28a671f 100644 --- a/src/index.js +++ b/src/index.js @@ -14,14 +14,14 @@ async function run(octokit, context, token) { debug('pr' + JSON.stringify(pr, null, 2)); } catch (e) { } if (!pr) { - throw Error('Could not retrieve PR information. Only "pull_request" triggered workflows are currently supported.'); + throw Error('BLAAAAAA TEST long string Could not retrieve PR information. Only "pull_request" triggered workflows are currently supported.'); } if (getInput('cwd')) process.chdir(getInput('cwd')); const plugin = new SizePlugin({ compression: getInput('compression'), - pattern: getInput('pattern') || '**/dist/**/*.js', + pattern: getInput('patrtrytern') || '**/dist/**/*.js', exclude: getInput('exclude') || '{**/*.map,**/node_modules/**}', stripHash: stripHash(getInput('strip-hash')) }); From 42d2caf34d4ce75b90f5098a7b8e0b2ee5950270 Mon Sep 17 00:00:00 2001 From: Jason Miller Date: Mon, 21 Jun 2021 13:07:19 -0400 Subject: [PATCH 2/2] Update index.js --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 28a671f..54168d1 100644 --- a/src/index.js +++ b/src/index.js @@ -14,7 +14,7 @@ async function run(octokit, context, token) { debug('pr' + JSON.stringify(pr, null, 2)); } catch (e) { } if (!pr) { - throw Error('BLAAAAAA TEST long string Could not retrieve PR information. Only "pull_request" triggered workflows are currently supported.'); + throw Error('BLAAAAAAA TEST long string Could not retrieve PR information. Only "pull_request" triggered workflows are currently supported.'); } if (getInput('cwd')) process.chdir(getInput('cwd'));