We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f675268 commit 9af3387Copy full SHA for 9af3387
actions/submit-signing-request/task.ts
@@ -72,7 +72,7 @@ export class Task {
72
const connectorResponse = e.response as AxiosResponse<SubmitSigningRequestResult>;
73
74
if(connectorResponse.data.error) {
75
- this.redirectConnectorLogsToActionLogs(response.logs);
+ this.redirectConnectorLogsToActionLogs(connectorResponse.data.logs);
76
// when an error occurs in the validator the error details are in the validationResult
77
this.checkCiSystemValidationResult(connectorResponse.data.validationResult);
78
throw new Error(connectorResponse.data.error);
0 commit comments