From 350f7f826168512cb282fe2bf4dfe4edad9da27b Mon Sep 17 00:00:00 2001 From: ange Date: Wed, 22 Oct 2025 05:39:03 +0000 Subject: [PATCH] fix: gitea -> forgejo --- action.yaml | 2 +- entrypoint.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index 9241f54..092026f 100644 --- a/action.yaml +++ b/action.yaml @@ -18,4 +18,4 @@ runs: using: composite steps: - name: Upload - run: ${{ gitea.action_path }}/entrypoint.sh + run: ${{ forgejo.action_path }}/entrypoint.sh diff --git a/entrypoint.sh b/entrypoint.sh index f95fe3b..0fcdede 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -# https://github.com/go-gitea/gitea/blob/47bf8363102b95a240fc6a571d608567ff6b212a/routers/api/actions/artifacts.go +# https://codeberg.org/forgejo/forgejo/src/commit/bf80842b4f14a075c6840b6fe37d59b5ac3fac44/routers/api/actions/artifacts.go CURL=(curl -H "Authorization: Bearer $ACTIONS_RUNTIME_TOKEN")