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