Skip to content

Commit

Permalink
Feat: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Mar 12, 2024
1 parent 45fc6b3 commit 35ea80b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/index.js

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

4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import { createHmac } from 'crypto'
*/
export async function run(): Promise<void> {
try {
const ms: string = core.getInput('milliseconds')
const echoUrl: string = core.getInput('echoUrl')

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

const inputs = {
novuApiKey: core.getInput('novuApiKey'),
Expand Down

0 comments on commit 35ea80b

Please sign in to comment.