Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 352 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 352 Bytes

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