From e00d406adeaa3db756566e39b53aec8af8c3ee3b Mon Sep 17 00:00:00 2001 From: dmvict Date: Tue, 29 Oct 2024 11:43:03 +0200 Subject: [PATCH] version 3.6.0 --- action.yml | 4 ++-- main/action.yml | 4 ++-- post/action.yml | 4 ++-- pre/action.yml | 4 ++-- will.yml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/action.yml b/action.yml index b47ea220..02d5d867 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ inputs: description: 'Command to run. Should be defined action or command, not both.' required: false pre_retry_command: - description: 'Command to run between retries.' + description: Command to run between retries. required: false with: description: An options map for Github action @@ -62,7 +62,7 @@ runs: steps: - name: retry id: retry - uses: Wandalen/wretry.action@v3.5.0_js_action + uses: Wandalen/wretry.action@v3.6.0_js_action with: action: '${{ inputs.action }}' command: '${{ inputs.command }}' diff --git a/main/action.yml b/main/action.yml index 0606c6bd..f2b6a1af 100644 --- a/main/action.yml +++ b/main/action.yml @@ -14,7 +14,7 @@ inputs: description: 'Command to run. Should be defined action or command, not both.' required: false pre_retry_command: - description: 'Command to run between retries.' + description: Command to run between retries. required: false with: description: An options map for Github action @@ -62,7 +62,7 @@ runs: steps: - name: retry id: retry - uses: Wandalen/wretry.action/main@v3.5.0_js_action + uses: Wandalen/wretry.action/main@v3.6.0_js_action with: action: '${{ inputs.action }}' command: '${{ inputs.command }}' diff --git a/post/action.yml b/post/action.yml index 65432f0b..b58cdcb3 100644 --- a/post/action.yml +++ b/post/action.yml @@ -14,7 +14,7 @@ inputs: description: 'Command to run. Should be defined action or command, not both.' required: false pre_retry_command: - description: 'Command to run between retries.' + description: Command to run between retries. required: false with: description: An options map for Github action @@ -62,7 +62,7 @@ runs: steps: - name: retry id: retry - uses: Wandalen/wretry.action/post@v3.5.0_js_action + uses: Wandalen/wretry.action/post@v3.6.0_js_action with: action: '${{ inputs.action }}' command: '${{ inputs.command }}' diff --git a/pre/action.yml b/pre/action.yml index 3485f84c..29a0c2ba 100644 --- a/pre/action.yml +++ b/pre/action.yml @@ -14,7 +14,7 @@ inputs: description: 'Command to run. Should be defined action or command, not both.' required: false pre_retry_command: - description: 'Command to run between retries.' + description: Command to run between retries. required: false with: description: An options map for Github action @@ -62,7 +62,7 @@ runs: steps: - name: retry id: retry - uses: Wandalen/wretry.action/pre@v3.5.0_js_action + uses: Wandalen/wretry.action/pre@v3.6.0_js_action with: action: '${{ inputs.action }}' command: '${{ inputs.command }}' diff --git a/will.yml b/will.yml index 3d11eb45..377bb99e 100644 --- a/will.yml +++ b/will.yml @@ -1,6 +1,6 @@ about: name: wretry.action - version: 3.5.0 + version: 3.6.0 description: Retries an Github Action step on failure enabled: 0 author: Kostiantyn Wandalen