fix: import module
This commit is contained in:
parent
2f0fd3def0
commit
ab010d69b4
1
cli.js
1
cli.js
|
@ -1,2 +1,3 @@
|
|||
const fs = require('fs')
|
||||
console.log(process.env)
|
||||
console.log(fs.readFileSync('/github/workflow/event.json').toString())
|
||||
|
|
Loading…
Reference in New Issue