diff --git a/action.yml b/action.yml index 7cbfadc..461129f 100644 --- a/action.yml +++ b/action.yml @@ -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: @@ -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 }}' diff --git a/main/action.yml b/main/action.yml index 4951597..b1e1ff2 100644 --- a/main/action.yml +++ b/main/action.yml @@ -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: @@ -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 }}' diff --git a/post/action.yml b/post/action.yml index f4d2c97..23cc92d 100644 --- a/post/action.yml +++ b/post/action.yml @@ -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: @@ -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 }}' diff --git a/pre/action.yml b/pre/action.yml index 0009605..14a2e40 100644 --- a/pre/action.yml +++ b/pre/action.yml @@ -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: @@ -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 }}' diff --git a/will.yml b/will.yml index 8c6d87a..03a169e 100644 --- a/will.yml +++ b/will.yml @@ -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