fix: gitea -> forgejo

This commit is contained in:
ange 2025-10-22 05:39:03 +00:00
parent 8ff519dba1
commit 350f7f8261
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D
2 changed files with 2 additions and 2 deletions

View file

@ -18,4 +18,4 @@ runs:
using: composite
steps:
- name: Upload
run: ${{ gitea.action_path }}/entrypoint.sh
run: ${{ forgejo.action_path }}/entrypoint.sh

View file

@ -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")