Skip to content

Commit

Permalink
added console
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlucas committed Mar 4, 2024
1 parent 29e9cac commit d0719a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ export async function run(): Promise<void> {
const contents = await fsPromises.readFile(file, 'utf-8')

const result = contents.includes('CODEPUSH_KEY_PRD')
core.info(contents)

configCheck = !result
// fs.readFile(file, function (err, data) {
// if (err) {
Expand Down

0 comments on commit d0719a0

Please sign in to comment.