change sync option #50

Merged
alex merged 3 commits from change-deploy into main 2025-11-19 07:56:12 +00:00
Showing only changes of commit fd5d7e2cd4 - Show all commits

View File

@@ -45,7 +45,7 @@ runs:
uses: clowdhaus/argo-cd-action/@main uses: clowdhaus/argo-cd-action/@main
with: with:
version: 3.1.3 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 - name: Refresh secret
uses: clowdhaus/argo-cd-action/@main uses: clowdhaus/argo-cd-action/@main
with: with: