Skip to content

Commit

Permalink
version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmvict committed Feb 8, 2024
1 parent 7bef43b commit 5d5a9bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ inputs:
required: false
default: 0
time_out:
description: 'Set time out in ms for entire step including all retries. By default actions sets no time out.'
description: >-
Set time out in ms for entire step including all retries. By default
actions sets no time out.
required: false
default: false
outputs:
Expand All @@ -42,7 +44,7 @@ runs:
steps:
- name: retry
id: retry
uses: Wandalen/wretry.action@v1.3.0_js_action
uses: Wandalen/wretry.action@v1.4.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: 1.3.0
version: 1.4.0
description: Retries an Github Action step on failure
enabled: 0
author: Kostiantyn Wandalen <wandalen@obox.systems>
Expand Down

0 comments on commit 5d5a9bd

Please sign in to comment.