2 Commits

Author SHA1 Message Date
5ac880d37d fix 2025-11-19 10:46:30 +03:00
fd5d7e2cd4 change sync option 2025-11-19 10:42:28 +03:00

View File

@@ -45,7 +45,7 @@ runs:
uses: clowdhaus/argo-cd-action/@main
with:
version: 3.1.3
command: app sync ${{ inputs.environment }} --resource 'apps:Deployment:*'
command: app sync ${{ inputs.environment }} --resource apps:Deployment:${{ github.event.repository.name }}*
- name: Refresh secret
uses: clowdhaus/argo-cd-action/@main
with: