From 295ac2462c08a19bce3ccf33d624343f929a9568 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Fri, 2 Feb 2024 21:46:10 -0600 Subject: [PATCH] chore!: Remove unused parameters from action.yml --- action.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/action.yml b/action.yml index 1bbc36a..f498457 100644 --- a/action.yml +++ b/action.yml @@ -10,22 +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 }} - deprecationMessage: "setup-nextflow@v2 will no longer use the GitHub API. A token will no longer be needed." - 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" - deprecationMessage: "setup-nextflow@v2 will no longer use the GitHub API. The cooldown will no longer apply." - 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" - deprecationMessage: "setup-nextflow@v2 will no longer use the GitHub API. The retry count will no longer apply." - runs: using: "node20" main: "dist/index.js"