From d80901cd5c7a11909031755c0bec12db2875ad9c Mon Sep 17 00:00:00 2001 From: dmvict Date: Tue, 29 Oct 2024 15:34:03 +0200 Subject: [PATCH] Sync readme for new feature --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 9a16006..b77dd87 100644 --- a/Readme.md +++ b/Readme.md @@ -24,7 +24,7 @@ It is a cause of failed jobs. For this case, the action `wretry.action` can retr ## Features - Retries Github `JavaScript` actions. -- Retries `GitHub Docker` actions utilizing a `Dockerfile` as the image source. +- Retries `GitHub Docker` actions utilizing a `Dockerfile`'s and Docker registry image as the source. - Retries private actions. The option `github_token` is used for private repositories. - The action can be an action repository that is not published on `Marketplace`. - Retries shell commands. Uses default shells to run commands.