fix: replace gitea by forgejo

This commit is contained in:
ange 2025-10-22 03:53:39 +00:00
parent 4c6d456a1c
commit 85b42eee78
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ inputs:
required: true
registry_username:
description: Registry username
default: ${{ gitea.repository_owner }}
default: ${{ forgejo.repository_owner }}
registry_password:
description: Registry password
workdir:
@ -15,4 +15,4 @@ runs:
using: composite
steps:
- name: k8sdeploy
run: ${{ gitea.action_path }}/entrypoint.sh
run: ${{ forgejo.action_path }}/entrypoint.sh