diff --git a/README.md b/README.md index 99b9c1f..3834d2f 100644 --- a/README.md +++ b/README.md @@ -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 + + 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.