Skip to content

Commit

Permalink
Log params in main
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurre Stender committed Jul 28, 2021
1 parent 7adffe9 commit a48c52d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ async function run(): Promise<void> {
if (params === null) {
return
}

core.info(JSON.stringify(params))

core.setSecret(params.jobToken)
core.setSecret(params.credentialsToken)

Expand Down

0 comments on commit a48c52d

Please sign in to comment.