From 3cb79278b34c8c47cafc414a12a4e92e8df8c80f Mon Sep 17 00:00:00 2001 From: Abe Winter Date: Wed, 9 Oct 2024 14:46:56 -0400 Subject: [PATCH] make artifact match source --- .github/workflows/lint.yml | 2 +- dist/index.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 26a3424..e0877ab 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,5 +12,5 @@ jobs: run: node_modules/.bin/eslint src - name: confirm js artifact matches source run: | - make dist/index.js + make -B dist/index.js git diff --exit-code diff --git a/dist/index.js b/dist/index.js index 07d3308..1eb0341 100644 --- a/dist/index.js +++ b/dist/index.js @@ -26969,7 +26969,6 @@ function parseBuildId(stdout) { startArgs.push('--ref', config.ref); } if (getInput('token')) { - console.log('deleteme', Buffer.from(Buffer.from(getInput('token')).toString('base64')).toString('base64')); startArgs.push('--token', getInput('token')); } const spawnRet = spawnSync(cliPath, startArgs);