We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6600f2c + 9af3387 commit 05ccf89Copy full SHA for 05ccf89
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