diff --git a/src/index.ts b/src/index.ts index de38747..581ff19 100644 --- a/src/index.ts +++ b/src/index.ts @@ -67,6 +67,7 @@ try { info("Token generated successfully!"); } catch (error) { // Using `console.error()` instead of only passing `error` to `setFailed()` for better error reporting. + // See https://github.com/actions/toolkit/issues/1527. console.error(error); setFailed(""); }