retry icon indicating copy to clipboard operation
retry copied to clipboard

Retries a GitHub Action step on failure or timeout

Results 41 retry issues
Sort by recently updated
recently updated
newest added

I setup `retry` because of a flaky test which has never been a problem of timing out. It usually last 50~60 minutes and succeed or fail. Here my config: ```yaml...

### Description - What change is being made and why? Adds shell to retry command Fixes https://github.com/nick-fields/retry/issues/116 ### Testing No new tests

**Describe the bug** I use ``` defaults: run: shell: bash ``` at the top of my shell scripts to ensure all steps of all jobs use bash. One such step...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade @actions/core from 1.10.0 to 1.10.1. :information_source: Keep your dependencies up-to-date....

_Replace the bullet points below with your answers_ ### Description - What change is being made and why? ### Testing - What tests were added? - These can be either...

… var _Replace the bullet points below with your answers_ ### Description - What change is being made and why? ### Testing - What tests were added? - These can...

**Describe the bug** The `on_retry_command` input, when run, is not using the default or chosen shell from the action inputs. This is causing certain commands to fail ``` - name:...

**Describe the bug** after timeout, the whole run fails without another attempt **Expected behavior** as far as I can tell from the documentation, the timeout applies to each retry, so...

It would be good if there would be a way to have some sleep time between retry. Currently it just retries as fast as possible, but if the step fails...

Hello! I hope you are doing well! We are a security research team. Our tool automatically detected a vulnerability in this repository. We want to disclose it responsibly. GitHub has...