Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

ghostsecurity/retry-action

Repository files navigation

Retry action

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

Inputs

retry-count

The number of times to retry, defaults to 5

command

Required The command to run

Example usage

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

About

Very simple action for retrying a command a given number of times

Topics

Resources

License

Stars

Watchers

Forks