1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-03-28 11:00:05 +01:00
This commit is contained in:
eric sciple 2020-01-02 13:33:18 -05:00
parent e95bfc94d0
commit 3c73ba77aa

View file

@ -4,7 +4,7 @@
# Checkout V2
This action checks-out your repository under `$GITHUB_WORKSPACE`.
This action checks-out your repository under `$GITHUB_WORKSPACE`, so your workflow can access it.
Only a single commit is fetched by default, for the ref/SHA that triggered the workflow. Set `fetch-depth` to fetch more history. Refer [here](https://help.github.com/en/articles/events-that-trigger-workflows) to learn which commit `$GITHUB_SHA` points to for different events.