try with new mask

This commit is contained in:
2025-11-19 11:23:10 +03:00
parent 2e82989ca0
commit d4604aa6fb

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:${{ github.event.repository.name }}*
command: app sync ${{ inputs.environment }} --resource apps:Deployment:${{ github.event.repository.name }} --resource apps:Deployment:${{ github.event.repository.name }}-*
- name: Refresh secret
uses: clowdhaus/argo-cd-action/@main
with: