actions/checkout
Checkout
By actions
Checkout a Git repository at a particular version
4k stars, на сайте с May 20, 2023 23:08
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: 0 to fetch all history for all branches and tags. Refer here to learn which commit $GITHUB_SHA points to for different events.