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