From b1f90fc95b2dfd230bc3b0c669b576719c929d29 Mon Sep 17 00:00:00 2001 From: hipokesrl <152567796+hipokesrl@users.noreply.github.com> Date: Tue, 15 Jul 2025 01:53:19 +0300 Subject: [PATCH] Clarify usage example README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Clarify usage example” --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8969446..656b768 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Only a single commit is fetched by default, for the ref/SHA that triggered the w The auth token is persisted in the local git config. This enables your scripts to run authenticated git commands. The token is removed during post-job cleanup. Set `persist-credentials: false` to opt-out. -When Git 2.18 or higher is not in your PATH, falls back to the REST API to download the files. +When Git 2.18 or higher is not, in your PATH, falls back to the REST API to download the files. ### Note