Skip to content

Instantly share code, notes, and snippets.

@mikeal
Last active January 26, 2019 22:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeal/560768bec3bab27ee20cae638d9c658b to your computer and use it in GitHub Desktop.
Save mikeal/560768bec3bab27ee20cae638d9c658b to your computer and use it in GitHub Desktop.

Does this matter?

#!/usr/bin/env node
const fs = require('fs')
console.log(process.env)
console.log(fs.readFileSync('/github/workflow/event.json').toString())
{
"name": "merge-release",
"version": "1.8.1",
"bin": {
"merge-release": "./cli.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment