Skip to content

Commit

Permalink
edit debug to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
j-catania committed Jan 12, 2024
1 parent cc8d32a commit b13e900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export async function run(): Promise<void> {
const ms: string = core.getInput('milliseconds')

// Debug logs are only output if the `ACTIONS_STEP_DEBUG` secret is true
core.debug(`Waiting ${ms} milliseconds ...`)
core.warning(`Waiting ${ms} milliseconds ...`)

// Log the current timestamp, wait, then log the new timestamp
core.debug(new Date().toTimeString())
Expand Down

0 comments on commit b13e900

Please sign in to comment.