-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to retry another GitHub Action? #91
Comments
Interested in this too, but for the |
+1 for this feature. |
bump |
+1 for this feature. |
I found this other Action for this specific scenario https://github.com/marketplace/actions/retry-action |
This looks promising, but it can't be set to retry based on an output value (e.g., if there's an exit code X retry, but not for Y). The repo here does, but doesn't work with actions. |
If I have a GitHub Action for deploying content to Azure, how can I retry this deployment step if the deployment fails?
The text was updated successfully, but these errors were encountered: