From 887851938cea0d168ab2662e4ea324bb8e017120 Mon Sep 17 00:00:00 2001 From: Greg Holmes Date: Sun, 23 Jul 2023 13:42:20 +0100 Subject: [PATCH] Update readme with forked name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 818db31..e336dfc 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The number of maximum tries is controllable via `tries` input. ```yaml - name: Try pushing - uses: dawidd6/action-git-try-push@v1 + uses: greboid/action-git-try-push@v1 with: # Optional, used for pushing token: ${{github.token}}