Skip to content

Commit

Permalink
Add more info to action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luketomlinson committed Sep 23, 2022
1 parent 660d907 commit 977060a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ inputs:
description: "The number of times to retry a request"
default: "0"
retry-after:
description: "The number of seconds between retries"
description: "The number of seconds between retries. No effect unless `retries` is set."
default: "0"
do-not-retry:
description: "A comma separated list of status codes that will NOT be retried. Example: '400,500'"
description: "A comma separated list of status codes that will NOT be retried. Example: '400,500'. No effect unless `retries` is set."
default: ""
outputs:
result:
Expand Down

0 comments on commit 977060a

Please sign in to comment.