From 353fb215ef7df5d91ed8ce1bba3e28ce9e336841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Juli=C3=A1n=20Merelo=20Guerv=C3=B3s?= Date: Wed, 17 Apr 2024 15:23:03 +0200 Subject: [PATCH] typo (#18) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15d27f7..e0bb760 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@master with: persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token - fetch-depth: 0 # otherwise, you will failed to push refs to dest repo + fetch-depth: 0 # otherwise, you will fail to push refs to dest repo - name: Create local changes run: | ...