mirror of
https://git.mirrors.martin98.com/https://github.com/cyberman54/curl
synced 2025-08-22 02:59:13 +08:00
test again
This commit is contained in:
parent
f459a802ec
commit
1f8baa4835
@ -25,6 +25,7 @@ export const sendRequestWithRetry = (config: AxiosRequestConfig): void => {
|
|||||||
const retryArr: string[] = core.getInput('retry').split('/')
|
const retryArr: string[] = core.getInput('retry').split('/')
|
||||||
const numberOfRetry: number = Number(retryArr[0])
|
const numberOfRetry: number = Number(retryArr[0])
|
||||||
const backoff: number = Number(retryArr[1])
|
const backoff: number = Number(retryArr[1])
|
||||||
|
core.info(`retry: ${countRetry}`)
|
||||||
do{
|
do{
|
||||||
try{
|
try{
|
||||||
axios(config)
|
axios(config)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user