Skip to content

Commit

Permalink
Update file Readme, add new feature description
Browse files Browse the repository at this point in the history
  • Loading branch information
dmvict committed Apr 15, 2024
1 parent 7c2cc39 commit bd0d1b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ It is a cause of failed jobs. For this case, the action `wretry.action` can retr
- The repository includes subdirectories with alternative action setups that can skip the `pre` or/and `post` stages, as necessary.
- 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`, `steps`, `inputs`.
- Can resolve user-provided context `steps`.
- 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 bd0d1b8

Please sign in to comment.