fix: replace gitea by forgejo
This commit is contained in:
parent
4c6d456a1c
commit
85b42eee78
2 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
|||
# k8sdeploy@v1
|
||||
# k8sdeploy@v2
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue