From dfb235ae84ed15b9e1a7ce71e611dcc1e300339d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3bert=20Papp?= Date: Wed, 18 Sep 2024 16:49:01 +0100 Subject: [PATCH] Fix local action reference (#140) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa0baed..1cef69f 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ with: ```yaml name: Multi-line multi-command Test -uses: ./ +uses: nick-fields/retry@v3 with: timeout_minutes: 1 max_attempts: 2 @@ -219,7 +219,7 @@ with: ```yaml name: Multi-line single-command Test -uses: ./ +uses: nick-fields/retry@v3 with: timeout_minutes: 1 max_attempts: 2