How to Retry failed commands or composite action configured in a step from a Github action.yml file #63127
Unanswered
GithubUserPraveen
asked this question in
Actions
Replies: 2 comments 4 replies
-
|
There are two ways to retry failed commands or composite actions in your action.yml file:
For example, the following action.yml file will retry the
For example, the following action.yml file will continue the workflow even if the |
Beta Was this translation helpful? Give feedback.
4 replies
This comment has been minimized.
This comment has been minimized.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
General
Body
Hi All,
I am new to github. But I have past experience with git.
I have a query regarding retry the failed commands or composite actions.
These commands or composite actions are configured as a step in my action.yml.
I want to give a retry to these failed steps from the action.yml.
Any suggestion or documents are welcome.
Thank you,
Praveen
Beta Was this translation helpful? Give feedback.
All reactions