Skip to content

Commit

Permalink
read from pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
uxkjaer committed Nov 16, 2023
1 parent c3cce8e commit 2e71556
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 2e71556

Please sign in to comment.