https://github.com/dio/circle-checkout
https://github.com/dio/circle-checkout
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dio/circle-checkout
- Owner: dio
- Created: 2022-11-27T23:07:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T00:15:28.000Z (over 3 years ago)
- Last Synced: 2025-03-24T01:16:36.579Z (over 1 year ago)
- Language: TypeScript
- Size: 1.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.