Skip to content

Commit

Permalink
Merge branch 'rsletta:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
uxkjaer authored Nov 16, 2023
2 parents ed8f4e1 + 2e71556 commit 9bbb466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/create_template.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import {parse, toMd} from 'md-2-json'
}
*/
async function main() {
// const body = process.env.Body
const body = await readFile('./test/PR.txt', 'utf-8')
const body = process.env.Body
// const body = await readFile('./test/PR.txt', 'utf-8')

const jsonBody = parse(body)
// console.log(jsonBody)
Expand Down

0 comments on commit 9bbb466

Please sign in to comment.