From 92a6264fe2528047ddd6ce18f77bcc13b64ef04e Mon Sep 17 00:00:00 2001 From: Greg Holmes Date: Sun, 23 Jul 2023 16:00:58 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e336dfc..d17276a 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: greboid/action-git-try-push@v1 + uses: cutlerydrawer/action-git-try-push@v1 with: # Optional, used for pushing token: ${{github.token}}