Skip to content

Commit 3cb7927

Browse files
committed
make artifact match source
1 parent 0e19d2f commit 3cb7927

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
run: node_modules/.bin/eslint src
1313
- name: confirm js artifact matches source
1414
run: |
15-
make dist/index.js
15+
make -B dist/index.js
1616
git diff --exit-code

dist/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26969,7 +26969,6 @@ function parseBuildId(stdout) {
2696926969
startArgs.push('--ref', config.ref);
2697026970
}
2697126971
if (getInput('token')) {
26972-
console.log('deleteme', Buffer.from(Buffer.from(getInput('token')).toString('base64')).toString('base64'));
2697326972
startArgs.push('--token', getInput('token'));
2697426973
}
2697526974
const spawnRet = spawnSync(cliPath, startArgs);

0 commit comments

Comments
 (0)