mirror of
https://github.com/fjogeleit/http-request-action.git
synced 2026-02-06 02:05:53 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8af2803109 | ||
|
|
8537e58734 |
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -34017,7 +34017,7 @@ if (!!core.getInput('retry')) {
|
||||
|
||||
let retryWait = 3000
|
||||
if (!!core.getInput('retryWait')) {
|
||||
retry = parseInt(core.getInput('retryWait'))
|
||||
retryWait = parseInt(core.getInput('retryWait'))
|
||||
}
|
||||
|
||||
const data = core.getInput('data') || '{}';
|
||||
|
||||
@@ -58,7 +58,7 @@ if (!!core.getInput('retry')) {
|
||||
|
||||
let retryWait = 3000
|
||||
if (!!core.getInput('retryWait')) {
|
||||
retry = parseInt(core.getInput('retryWait'))
|
||||
retryWait = parseInt(core.getInput('retryWait'))
|
||||
}
|
||||
|
||||
const data = core.getInput('data') || '{}';
|
||||
|
||||
Reference in New Issue
Block a user