mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-23 10:09:54 +00:00
chore!: Remove unused parameters from action.yml
This commit is contained in:
parent
a0546498bf
commit
65a3486a82
1 changed files with 0 additions and 12 deletions
12
action.yml
12
action.yml
|
@ -10,18 +10,6 @@ inputs:
|
|||
description: "Whether to install every Nextflow release via the '-all' distribution."
|
||||
required: false
|
||||
default: false
|
||||
token:
|
||||
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"
|
||||
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:
|
||||
using: "node16"
|
||||
main: "dist/index.js"
|
||||
|
|
Loading…
Reference in a new issue