checkout/action.yaml
2025-02-02 00:11:14 +00:00

16 lines
387 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
runs:
using: composite
steps:
- name: Checkout
run: ${{ gitea.action_path }}/entrypoint.sh