|
|
@ -1,9 +1,7 @@
|
|
|
|
<p align="center">
|
|
|
|
|
|
|
|
<a href="https://github.com/actions/checkout"><img alt="GitHub Actions status" src="https://github.com/actions/checkout/workflows/test-local/badge.svg"></a>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Checkout V2
|
|
|
|
# Checkout V2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
|
|
This action checks-out your repository under `$GITHUB_WORKSPACE`, so your workflow can access it.
|
|
|
|
This action checks-out your repository under `$GITHUB_WORKSPACE`, so your workflow can access it.
|
|
|
|
|
|
|
|
|
|
|
|
By default, the repository that triggered the workflow is checked-out, for the ref/SHA that triggered the event.
|
|
|
|
By default, the repository that triggered the workflow is checked-out, for the ref/SHA that triggered the event.
|
|
|
|