File tree 1 file changed +0
-16
lines changed
1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -10,22 +10,6 @@ inputs:
10
10
description : " Whether to install every Nextflow release via the '-all' distribution."
11
11
required : false
12
12
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
-
29
13
runs :
30
14
using : " node20"
31
15
main : " dist/index.js"
You can’t perform that action at this time.
0 commit comments