mirror of https://github.com/actions/checkout.git
parent
09d2acae67
commit
b1f90fc95b
|
@ -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.
|
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
|
### Note
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue