We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f439b commit a5cad85Copy full SHA for a5cad85
1 file changed
src/commitSha.ts
@@ -561,7 +561,9 @@ export const getSHAForPullRequestEvent = async ({
561
core.info(
562
'Merge base is not in the local history, fetching remote target branch again...'
563
)
564
- core.info(`Attempt ${i}/10`)
+ core.info(
565
+ `Attempt ${i}/${inputs.fetchMissingHistoryMaxRetries || 10}`
566
+ )
567
}
568
569
0 commit comments