We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e19d2f commit 3cb7927Copy full SHA for 3cb7927
.github/workflows/lint.yml
@@ -12,5 +12,5 @@ jobs:
12
run: node_modules/.bin/eslint src
13
- name: confirm js artifact matches source
14
run: |
15
- make dist/index.js
+ make -B dist/index.js
16
git diff --exit-code
dist/index.js
@@ -26969,7 +26969,6 @@ function parseBuildId(stdout) {
26969
startArgs.push('--ref', config.ref);
26970
}
26971
if (getInput('token')) {
26972
- console.log('deleteme', Buffer.from(Buffer.from(getInput('token')).toString('base64')).toString('base64'));
26973
startArgs.push('--token', getInput('token'));
26974
26975
const spawnRet = spawnSync(cliPath, startArgs);
0 commit comments