fix: gitea -> forgejo
This commit is contained in:
parent
8ff519dba1
commit
350f7f8261
2 changed files with 2 additions and 2 deletions
|
@ -18,4 +18,4 @@ runs:
|
|||
using: composite
|
||||
steps:
|
||||
- name: Upload
|
||||
run: ${{ gitea.action_path }}/entrypoint.sh
|
||||
run: ${{ forgejo.action_path }}/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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue