1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2025-07-17 07:02:42 +00:00

Clarify usage example README.md

Clarify usage example”
This commit is contained in:
hipokesrl 2025-07-15 01:53:19 +03:00 committed by GitHub
parent 09d2acae67
commit b1f90fc95b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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