Skip to content

Commit

Permalink
feat: Add cooldown parameter to action inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
MillironX committed Jan 22, 2024
1 parent 37825f6 commit a60acb2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a60acb2

Please sign in to comment.