Asylium maintained checkout action
Find a file
2026-04-16 23:33:01 +02:00
action.yml checkout: auto-install git-lfs when requested 2026-04-16 23:33:01 +02:00
README.md checkout: add minimal non-node composite action 2026-04-16 23:13:56 +02:00

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, default false)
  • fetch-depth (default 1, use 0 for full history)
  • clean (true/false, default true)

Notes

  • If lfs: true, the job container must include git-lfs.