Skip to content

Commit 295ac24

Browse files
committed
chore!: Remove unused parameters from action.yml
1 parent 60bfcf0 commit 295ac24

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

action.yml

-16
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,6 @@ inputs:
1010
description: "Whether to install every Nextflow release via the '-all' distribution."
1111
required: false
1212
default: false
13-
token:
14-
description: "GitHub token to access the GitHub Releases API. The default token should be sufficient for all use cases."
15-
required: false
16-
default: ${{ github.token }}
17-
deprecationMessage: "setup-nextflow@v2 will no longer use the GitHub API. A token will no longer be needed."
18-
cooldown:
19-
description: "Time (in seconds) to wait before querying the GitHub Releases API in the case of hitting a rate limit."
20-
required: false
21-
default: "60"
22-
deprecationMessage: "setup-nextflow@v2 will no longer use the GitHub API. The cooldown will no longer apply."
23-
max-retries:
24-
description: "The number of times that to try querying the GitHub Releases API in case of a rate-limited failure."
25-
required: false
26-
default: "3"
27-
deprecationMessage: "setup-nextflow@v2 will no longer use the GitHub API. The retry count will no longer apply."
28-
2913
runs:
3014
using: "node20"
3115
main: "dist/index.js"

0 commit comments

Comments
 (0)