Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Latest commit

 

History

History
5 lines (3 loc) · 342 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 342 Bytes

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.