mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-22 09:49:56 +00:00
feat: Add max-retries parameter to action inputs
This commit is contained in:
parent
a60acb2a32
commit
120ab3178f
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ inputs:
|
||||||
description: "Time (in seconds) to wait before querying the GitHub Releases API in the case of hitting a rate limit."
|
description: "Time (in seconds) to wait before querying the GitHub Releases API in the case of hitting a rate limit."
|
||||||
required: false
|
required: false
|
||||||
default: "60"
|
default: "60"
|
||||||
|
max-retries:
|
||||||
|
description: "The number of times that to try querying the GitHub Releases API in case of a rate-limited failure."
|
||||||
|
required: false
|
||||||
|
default: "3"
|
||||||
runs:
|
runs:
|
||||||
using: "node16"
|
using: "node16"
|
||||||
main: "dist/index.js"
|
main: "dist/index.js"
|
||||||
|
|
Loading…
Reference in a new issue