Update .gitea/actions/k8s/action.yaml

This commit is contained in:
2025-12-19 12:14:45 +00:00
parent eeb15eb7dc
commit 378b930ccc

View File

@@ -14,6 +14,15 @@ inputs:
secrets:
required: false
type: string
appName:
type: string
required: true
optionName:
type: string
required: true
tests:
type: bool
default: false
runs:
using: 'composite'
@@ -61,6 +70,7 @@ runs:
command: app actions run ${{ inputs.environment }} restart --kind Deployment --resource-name ${{github.event.repository.name}}
- name: Run Tests
if: ${{ inputs.tests == 'true' }}
uses: clowdhaus/argo-cd-action/@main
with:
version: 3.1.3