We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74e0e96 commit 8537e58Copy full SHA for 8537e58
dist/index.js
@@ -34017,7 +34017,7 @@ if (!!core.getInput('retry')) {
34017
34018
let retryWait = 3000
34019
if (!!core.getInput('retryWait')) {
34020
- retry = parseInt(core.getInput('retryWait'))
+ retryWait = parseInt(core.getInput('retryWait'))
34021
}
34022
34023
const data = core.getInput('data') || '{}';
src/index.js
@@ -58,7 +58,7 @@ if (!!core.getInput('retry')) {
58
59
60
61
62
63
64
0 commit comments