Skip to content

Commit

Permalink
version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmvict committed Mar 22, 2024
1 parent 1900814 commit f062299
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ inputs:
required: false
default: false
github_token:
description: 'A token to access private actions. Does not required for public actions.'
description: A token to access private actions. Does not required for public actions.
required: false
outputs:
outputs:
Expand All @@ -47,7 +47,7 @@ runs:
steps:
- name: retry
id: retry
uses: Wandalen/wretry.action@v2.0.0_js_action
uses: Wandalen/wretry.action@v2.1.0_js_action
with:
action: '${{ inputs.action }}'
command: '${{ inputs.command }}'
Expand Down
2 changes: 1 addition & 1 deletion will.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
about:
name: wretry.action
version: 2.0.0
version: 2.1.0
description: Retries an Github Action step on failure
enabled: 0
author: Kostiantyn Wandalen <[email protected]>
Expand Down

0 comments on commit f062299

Please sign in to comment.