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.6
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.7
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 6, 2024

  1. Add dependency lodash to build

    dmvict committed Mar 6, 2024
    Copy the full SHA
    4edcc92 View commit details
  2. version 1.4.7

    dmvict committed Mar 6, 2024
    Copy the full SHA
    29408fc View commit details
Showing with 3 additions and 2 deletions.
  1. +1 −1 action.yml
  2. +2 −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.6_js_action
uses: Wandalen/wretry.action@v1.4.7_js_action
with:
action: '${{ inputs.action }}'
command: '${{ inputs.command }}'
3 changes: 2 additions & 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.6
version: 1.4.7
description: Retries an Github Action step on failure
enabled: 0
author: Kostiantyn Wandalen <wandalen@obox.systems>
@@ -182,6 +182,7 @@ reflector:
- !<tag:yaml.org,2002:js/regexp> /github-actions-parser/
- !<tag:yaml.org,2002:js/regexp> /graceful-fs/
- !<tag:yaml.org,2002:js/regexp> /js-yaml/
- !<tag:yaml.org,2002:js/regexp> /lodash/
- !<tag:yaml.org,2002:js/regexp> /proper-lockfile/
- !<tag:yaml.org,2002:js/regexp> /regexp-to-ast/
- !<tag:yaml.org,2002:js/regexp> /retry/