An open API service indexing awesome lists of open source software.

https://github.com/dio/circle-checkout


https://github.com/dio/circle-checkout

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Circle Checkout V1

This actions checks out your repository under `$GITHUB_WORKSPACE`, so your workflow can access it.

The way it does `git fetching` follows CircleCI's checkout approach. Hence `git describe --tags --long` works fine. Also, when we do PR, the "current commit SHA" will be the same as the latest pushed commit for that PR.