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