Skip to content

Commit

Permalink
fixup! Add support for organization and user installation retrieval a…
Browse files Browse the repository at this point in the history
…nd repository scoping
  • Loading branch information
tibdex committed Sep 9, 2023
1 parent 17c61b1 commit 117f1dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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("");
}

0 comments on commit 117f1dd

Please sign in to comment.