Skip to content

Commit

Permalink
version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed Jun 22, 2023
1 parent fcc3d8e commit 0f47298
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ inputs:
default: 0
outputs:
outputs:
description: "A pretty print JSON map with outputs from the wrapped action."
value: ${{ toJSON( steps.retry.outputs ) }}
description: A pretty print JSON map with outputs from the wrapped action.
value: '${{ toJSON( steps.retry.outputs ) }}'
runs:
using: composite
steps:
- name: retry
id: retry
uses: Wandalen/wretry.action@v1.1.0_js_action
uses: Wandalen/wretry.action@v1.2.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.1.0
version: 1.2.0
description: Retries an Github Action step on failure
enabled: 0
author: Kostiantyn Wandalen <wandalen@obox.systems>
Expand Down

0 comments on commit 0f47298

Please sign in to comment.