Skip to content

Commit 82f0ce1

Browse files
Add more complete log using stringify (#66)
1 parent ae3ca79 commit 82f0ce1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ async function run() {
66
await action.action();
77
} catch (error) {
88
console.error(error);
9+
console.error("full error object = " + JSON.stringify(error));
10+
911
if (error.message.includes("Resource not accessible by integration")) {
1012
console.info(
1113
`⚠️💡👉 This error might be due to the Github repository settings: make sure that the checkbox "Read and write permissions" is checked here under "Workflows":

0 commit comments

Comments
 (0)