Skip to content

Commit

Permalink
Remove calls to core.debug for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry Gordon committed Oct 14, 2021
1 parent ffe0489 commit b350a3e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions src/inputs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import {WorkflowDispatchEvent} from '@octokit/webhooks-types'
import {JobParameters} from './api-client'

export function getJobParameters(ctx: Context): JobParameters | null {
core.debug(`Detecting '${ctx.eventName}' event.`)

switch (ctx.eventName) {
case 'dynamic':
case 'workflow_dispatch':
Expand Down
2 changes: 0 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ export async function run(context: Context): Promise<void> {
return
}

core.debug(`Job parameters: ${JSON.stringify(params)}`)

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

Expand Down

0 comments on commit b350a3e

Please sign in to comment.