Skip to content

Commit

Permalink
Add configurable maxRetries (aws-actions#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud303-cholden committed Jul 22, 2023
1 parent 385d7e1 commit 268cae8
Show file tree
Hide file tree
Showing 4 changed files with 270 additions and 86 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ inputs:
managed-session-policies:
description: 'List of managed session policies'
required: false
max-retries:
description: 'Maximum retries (default: 12)'
required: false
outputs:
aws-account-id:
description: 'The AWS account ID for the provided credentials'
Expand Down
Loading

0 comments on commit 268cae8

Please sign in to comment.