Skip to content

Commit

Permalink
Update file Readme, sync with branch js_action, info about docker…
Browse files Browse the repository at this point in the history
… actions
  • Loading branch information
dmvict committed Apr 9, 2024
1 parent 42af9d4 commit 978fcf2
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 978fcf2

Please sign in to comment.