Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Wandalen/wretry.action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.8
Choose a base ref
...
head repository: Wandalen/wretry.action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.9
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Mar 11, 2024

  1. version 1.4.9

    dmvict committed Mar 11, 2024
    Copy the full SHA
    f1ef3f2 View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 action.yml
  2. +1 −1 will.yml
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ runs:
steps:
- name: retry
id: retry
uses: Wandalen/wretry.action@v1.4.8_js_action
uses: Wandalen/wretry.action@v1.4.9_js_action
with:
action: '${{ inputs.action }}'
command: '${{ inputs.command }}'
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.4.8
version: 1.4.9
description: Retries an Github Action step on failure
enabled: 0
author: Kostiantyn Wandalen <wandalen@obox.systems>