Skip to content

Commit

Permalink
Merge pull request #152 from dmvict/master
Browse files Browse the repository at this point in the history
READY: Synchronize file `Readme` with branch `js_action`
  • Loading branch information
dmvict committed Apr 9, 2024
2 parents 42af9d4 + 978fcf2 commit 50d6910
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ It is a cause of failed jobs. For this case, the action `wretry.action` can retr
- Can retry single action or single command ( multiline command ), but not both simultaneously.
- Retries `main`, `pre` and `post` stages of external actions.
- Always has `pre` and `post` stages. If external action has `pre` or/and `post` stage, then action run it also.
- Action handles conditions in `JavaScript` actions ( fields `pre-if` and `post-if` ). Some conditions can be unsolvable and then action skips the stage.
- Executes only the main script of Docker actions, excluding pre-entrypoint and post-entrypoint scripts.
- Action handles conditions in `JavaScript` and `Docker` actions ( fields `pre-if` and `post-if` ). Some conditions can be unsolvable and then action skips the stage.
- Resolves external action default inputs from next contexts : `github`, `env`, `job`, `matrix`, `inputs`.
- Retries actions with defined number of attempts ( default is 2 ).
- Retries actions with defined delay between attempts ( default is 0 ).
Expand Down

0 comments on commit 50d6910

Please sign in to comment.