Update .gitea/actions/k8s/action.yaml

This commit is contained in:
2025-12-19 12:29:30 +00:00
parent 455f632cab
commit 6b3551e14e

View File

@@ -23,6 +23,9 @@ inputs:
tests:
type: bool
default: false
vault:
type: bool
default: false
runs:
using: 'composite'
@@ -58,6 +61,7 @@ runs:
argocd app sync ${{ inputs.environment }} --resource apps:Deployment:$name;
done
- name: Refresh secret
if: ${{ inputs.vault == 'true' }}
uses: clowdhaus/argo-cd-action/@main
with:
version: 3.1.3