Skip to content

Commit

Permalink
Show config
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Oct 30, 2024
1 parent 78657a8 commit 9d47f5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ fs.writeFileSync(new URL(`issues/${issue.number}`, import.meta.url), JSON.string
body: issue.body
}, null, 4));

const config = JSON.parse(String(fs.readFileSync(new URL(`./config.json`, import.meta.url))))

console.error(config);

0 comments on commit 9d47f5b

Please sign in to comment.