feat: gitea -> forgejo

This commit is contained in:
ange 2025-10-19 17:38:59 +00:00
parent dccf1ad44c
commit 52e7590325
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D

View file

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