Skip to content

Commit

Permalink
updating setup.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishkurmi committed Mar 23, 2024
1 parent d227f20 commit 6340d50
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,6 @@ interface MonitorResponse {
`${api_url}/github/${process.env["GITHUB_REPOSITORY"]}/actions/runs/${process.env["GITHUB_RUN_ID"]}/monitor`,
monitorRequestData
);

// Log the entire response body and status code
console.log(`Response Status Code: ${resp.statusCode}`);
console.log(`Response Body: ${JSON.stringify(resp.result)}`);

const responseData = resp.result;
statusCode = resp.statusCode; // adding error code to check whether agent is getting installed or not.
Expand Down

0 comments on commit 6340d50

Please sign in to comment.