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
|
required: true
|
||||||
registry_username:
|
registry_username:
|
||||||
description: Registry username
|
description: Registry username
|
||||||
default: ${{ gitea.repository_owner }}
|
default: ${{ forgejo.repository_owner }}
|
||||||
registry_password:
|
registry_password:
|
||||||
description: Registry password
|
description: Registry password
|
||||||
workdir:
|
workdir:
|
||||||
|
@ -15,4 +15,4 @@ runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- name: k8sdeploy
|
- 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