Skip to content

Commit

Permalink
make artifact match source
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Oct 9, 2024
1 parent 0e19d2f commit 3cb7927
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3cb7927

Please sign in to comment.