Skip to content

Simple Shell Retry Action

Actions
Take a command and retry it a give number of times
v1
Latest
Star (5)

Retry action

This very simple action will take a command and a number of times to retry on failure.

The action makes use of the function from this gist of a Bash retry function.

Inputs

retry-count

The number of times to retry, defaults to 5

command

Required The command to run

Example usage

uses: owenrumney/retry-action@v1
with:
  retry-count: 5
  command: |
    make test-integration

Simple Shell Retry Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Take a command and retry it a give number of times
v1
Latest

Simple Shell Retry Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.