fix: import module

This commit is contained in:
Mikeal Rogers 2019-01-26 22:29:58 +00:00
parent 2f0fd3def0
commit ab010d69b4
2 changed files with 1 additions and 0 deletions

1
cli.js
View File

@ -1,2 +1,3 @@
const fs = require('fs')
console.log(process.env)
console.log(fs.readFileSync('/github/workflow/event.json').toString())

0
entrypoint.sh Normal file → Executable file
View File