From ede67b9c64ab1251cd11ff9d791186b999e39f58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Juli=C3=A1n=20Merelo=20Guerv=C3=B3s?= Date: Thu, 11 May 2023 07:43:55 +0200 Subject: [PATCH] :bug: :memo: Grammar fix Alternatively: will *have* failed. Also reformatting. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8aad92b..0d6c45b 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: | ...