We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36d88e1 commit 73cbc88Copy full SHA for 73cbc88
1 file changed
src/github.ts
@@ -20,7 +20,7 @@ export const requestThroughGitHubActions = async (
20
});
21
22
if (startResponse.status !== 200) {
23
- console.error(`\nOTP request failed: ${startResponse.data}`);
+ console.error(`\nOTP request failed: ${JSON.stringify(startResponse.data)}`);
24
throw new Error(
25
`Unexpected status when requesting otp on GitHub Actions: ${startResponse.status}`,
26
);
0 commit comments