revert back to logging task id

pull/1358/head
Aayush 12 months ago
parent c675e14e3a
commit 717de04552
No known key found for this signature in database

2
dist/index.js generated vendored

File diff suppressed because one or more lines are too long

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

@ -101,8 +101,7 @@ async function getRemoteBuilderAddr(inputs: context.Inputs): Promise<string | nu
const data = response.data;
const taskId = data['id'] as string;
const prefixTaskId = data['prefix_id'] as string;
core.info(`Submitted build task: ${prefixTaskId}`);
core.info(`Submitted build task: ${taskId}`);
stateHelper.setBlacksmithBuildTaskId(taskId);
const clientKey = data['client_key'] as string;
stateHelper.setBlacksmithClientKey(clientKey);

Loading…
Cancel
Save