Skip to content

Commit

Permalink
e2e build and wait working
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Dec 14, 2023
1 parent ba3a59a commit 9df89b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26271,7 +26271,7 @@ function parseBuildId(stdout) {
ref: getInput('ref'),
};
if (!args.values['skip-login']) {
throw Error("TODO LOGIN");
checkSpawnSync(spawnSync(cliPath, ['login', 'api-key', '--key-id', inputs.keyId, '--key', inputs.keyValue]));
}
console.log('I will run with', {
ref: inputs.ref || '',
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function parseBuildId(stdout) {
ref: getInput('ref'),
};
if (!args.values['skip-login']) {
throw Error("TODO LOGIN");
checkSpawnSync(spawnSync(cliPath, ['login', 'api-key', '--key-id', inputs.keyId, '--key', inputs.keyValue]));
}
console.log('I will run with', {
ref: inputs.ref || '',
Expand Down

0 comments on commit 9df89b5

Please sign in to comment.