From 0f47298855b1e679b5f7d95b2135e3c0813b0f01 Mon Sep 17 00:00:00 2001 From: Wandalen Date: Thu, 22 Jun 2023 09:42:36 +0300 Subject: [PATCH] version 1.2.0 --- action.yml | 6 +++--- will.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index be085387..921d45a1 100644 --- a/action.yml +++ b/action.yml @@ -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 }}' diff --git a/will.yml b/will.yml index e0d0c604..ae3f427b 100644 --- a/will.yml +++ b/will.yml @@ -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