Skip to content

Commit

Permalink
v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joelwmale committed Nov 10, 2022
1 parent ec60507 commit ee20d8c
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 3 deletions.
Binary file modified node_modules/@vercel/ncc/dist/ncc/cli.js.cache
Binary file not shown.
Binary file modified node_modules/@vercel/ncc/dist/ncc/index.js.cache
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified node_modules/@vercel/ncc/dist/ncc/loaders/ts-loader.js.cache
Binary file not shown.
5 changes: 2 additions & 3 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ async function run() {
throw new Error('A url is required to run this action.')
}

// initial info
core.info(`Sending webhook request to ${url}`)
core.info(`Sending webhook request to ${url}`)

// make the request
http
Expand All @@ -49,7 +48,7 @@ async function run() {

})
.catch(err => {
core.info(`Error: ${err}`)
core.info(`Error: ${err}`);
error(err.status)
return
})
Expand Down

0 comments on commit ee20d8c

Please sign in to comment.