Skip to content

Commit

Permalink
version 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmvict committed Apr 16, 2024
1 parent 8e449ec commit 0dd1d5d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 4 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ inputs:
is `github.workspace` path.
required: false
steps_context:
description: 'Pass context `steps` into an external action. If you need valid context `steps`, then add option as described in `Readme.md`.'
description: >-
Pass context `steps` into an external action. If you need valid context
`steps`, then add option as described in `Readme.md`.
required: false
default: '{}'
attempt_limit:
Expand Down Expand Up @@ -57,7 +59,7 @@ runs:
steps:
- name: retry
id: retry
uses: Wandalen/wretry.action@v3.3.0_js_action
uses: Wandalen/wretry.action@v3.4.0_js_action
with:
action: '${{ inputs.action }}'
command: '${{ inputs.command }}'
Expand Down
6 changes: 4 additions & 2 deletions main/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ inputs:
is `github.workspace` path.
required: false
steps_context:
description: 'Pass context `steps` into an external action. If you need valid context `steps`, then add option as described in `Readme.md`.'
description: >-
Pass context `steps` into an external action. If you need valid context
`steps`, then add option as described in `Readme.md`.
required: false
default: '{}'
attempt_limit:
Expand Down Expand Up @@ -57,7 +59,7 @@ runs:
steps:
- name: retry
id: retry
uses: Wandalen/wretry.action/main@v3.3.0_js_action
uses: Wandalen/wretry.action/main@v3.4.0_js_action
with:
action: '${{ inputs.action }}'
command: '${{ inputs.command }}'
Expand Down
6 changes: 4 additions & 2 deletions post/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ inputs:
is `github.workspace` path.
required: false
steps_context:
description: 'Pass context `steps` into an external action. If you need valid context `steps`, then add option as described in `Readme.md`.'
description: >-
Pass context `steps` into an external action. If you need valid context
`steps`, then add option as described in `Readme.md`.
required: false
default: '{}'
attempt_limit:
Expand Down Expand Up @@ -57,7 +59,7 @@ runs:
steps:
- name: retry
id: retry
uses: Wandalen/wretry.action/post@v3.3.0_js_action
uses: Wandalen/wretry.action/post@v3.4.0_js_action
with:
action: '${{ inputs.action }}'
command: '${{ inputs.command }}'
Expand Down
6 changes: 4 additions & 2 deletions pre/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ inputs:
is `github.workspace` path.
required: false
steps_context:
description: 'Pass context `steps` into an external action. If you need valid context `steps`, then add option as described in `Readme.md`.'
description: >-
Pass context `steps` into an external action. If you need valid context
`steps`, then add option as described in `Readme.md`.
required: false
default: '{}'
attempt_limit:
Expand Down Expand Up @@ -57,7 +59,7 @@ runs:
steps:
- name: retry
id: retry
uses: Wandalen/wretry.action/pre@v3.3.0_js_action
uses: Wandalen/wretry.action/pre@v3.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: 3.3.0
version: 3.4.0
description: Retries an Github Action step on failure
enabled: 0
author: Kostiantyn Wandalen <[email protected]>
Expand Down

0 comments on commit 0dd1d5d

Please sign in to comment.