Composite version of checkout that does not require node.
- Shell 100%
| src | ||
| action.yaml | ||
| LICENSE | ||
| README.md | ||
Git Checkout Action
Composite version of checkout that does not require node.
Usage
- uses: forge.turtle-host.de/actions/git-checkout:latest
with:
# Repository name with owner.
# Example: actions/git-checkout
# Default: ${{ forgejo.repository }}
repository: ''
# The branch, tag or SHA to checkout.
# Example: main
# Default: ${{ forgejo.sha }}
ref: ''