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

tetrateio/circle-checkout

Repository files navigation

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.