checkout/action.yaml
2025-10-19 17:38:59 +00:00

15 lines
391 B
YAML

name: Checkout
description: Checkout a Git repository at a particular version
inputs:
token:
description: Personal access token (PAT) used to fetch the repository.
default: ${{ forgejo.token }}
subpath:
description: Limit clone to a single directory inside the repo
runs:
using: composite
steps:
- name: Checkout
run: ${{ forgejo.action_path }}/entrypoint.sh