mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-22 09:49:56 +00:00
feat: Add cooldown parameter to action inputs
This commit is contained in:
parent
37825f6967
commit
a60acb2a32
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ inputs:
|
|||
description: "GitHub token to access the GitHub Releases API. The default token should be sufficient for all use cases."
|
||||
required: false
|
||||
default: ${{ github.token }}
|
||||
cooldown:
|
||||
description: "Time (in seconds) to wait before querying the GitHub Releases API in the case of hitting a rate limit."
|
||||
required: false
|
||||
default: "60"
|
||||
runs:
|
||||
using: "node16"
|
||||
main: "dist/index.js"
|
||||
|
|
Loading…
Reference in a new issue