From 978fcf2c7e34aa9ddbc443d8b75143295ae66150 Mon Sep 17 00:00:00 2001 From: dmvict Date: Tue, 9 Apr 2024 08:02:39 +0300 Subject: [PATCH] Update file `Readme`, sync with branch `js_action`, info about docker actions --- Readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index c6eb1b3..c992204 100644 --- a/Readme.md +++ b/Readme.md @@ -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 ).