From 52e7590325ab15be18fd5f28d636d42b4b58cc0d Mon Sep 17 00:00:00 2001 From: ange Date: Sun, 19 Oct 2025 17:38:59 +0000 Subject: [PATCH] feat: gitea -> forgejo --- action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index 16048af..090643d 100644 --- a/action.yaml +++ b/action.yaml @@ -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