checkout/action.yaml
2025-02-02 00:03:33 +00:00

17 lines
402 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: ${{ gitea.token }}
subpath:
description: Limit clone to a single directory inside the repo
default: .
runs:
using: composite
steps:
- name: Checkout
run: ${{ gitea.action_path }}/entrypoint.sh