git-checkout

Reference docs for the git-checkout melange pipeline

Check out sources from git

Dependencies

  • git

Reference

InputDescription
repository*The repository to check out sources from.
destinationThe path to check out the sources to. Default is set to .
depthThe depth to use when cloning. Default is set to 50
branchThe branch to check out, otherwise HEAD is checked out.

Example

- uses: git-checkout
  with:
    repository: https://github.com/envoyproxy/envoy
    branch: v${{package.version}}
    destination: envoy

Last updated: 2022-11-01 11:07