checkout/action.yaml
2024-05-02 17:25:57 +02:00

13 lines
305 B
YAML

inputs:
token:
description: A token to authenticate on behalf of the GitHub App installed on your repository.
default: ${{ gitea.token }}
runs:
using: composite
steps:
- name: Checkout
run: ${{ gitea.action_path }}/checkout.sh
env:
ACTION_TOKEN: ${{ inputs.token }}