mirror of
https://github.com/joelwmale/webhook-action.git
synced 2026-08-31 14:39:48 +08:00
v2.3.2
This commit is contained in:
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
+2
-3
@@ -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
|
||||
@@ -49,7 +48,7 @@ async function run() {
|
||||
|
||||
})
|
||||
.catch(err => {
|
||||
core.info(`Error: ${err}`)
|
||||
core.info(`Error: ${err}`);
|
||||
error(err.status)
|
||||
return
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user