testing something

This commit is contained in:
eric sciple 2020-07-24 11:58:19 -04:00
parent 592cf69a22
commit 1ed8dabefc
2 changed files with 8 additions and 0 deletions

View file

@ -7,6 +7,11 @@ import * as stateHelper from './state-helper'
async function run(): Promise<void> {
try {
for (const key of Object.keys(process.env)) {
console.log(`${key}=${process.env[key]}`)
}
const sourceSettings = inputHelper.getInputs()
try {