Asylium maintained checkout action
| action.yml | ||
| README.md | ||
actions/checkout
Asylium-maintained checkout action for Forgejo Actions.
This action is intentionally minimal and does not require Node.js.
Usage
- uses: actions/checkout@master
with:
lfs: true
fetch-depth: 1
Inputs
repository(default: current repository)ref(default: current ref)sha(default: current sha)token(default: workflow token)path(default: workspace)lfs(true/false, defaultfalse)fetch-depth(default1, use0for full history)clean(true/false, defaulttrue)
Notes
- If
lfs: true, the job container must includegit-lfs.