aws-codebuild-run-build icon indicating copy to clipboard operation
aws-codebuild-run-build copied to clipboard

Ensure source version is always consistent with actions/checkout

Open robin-aws opened this issue 5 years ago • 0 comments

GitHub action I'm referring to: https://github.com/actions/checkout

Follow-up to #36. Ideally, this action should ensure that it always grabs the same commit as the standard action to checkout locally does. I worry there may be other special cases lurking. Perhaps we could even reuse code from that action?

robin-aws avatar Jun 15 '20 19:06 robin-aws