3 Commits

Author SHA1 Message Date
64eb83f489 Merge pull request 'just fix' (#53) from fix-again into main
Reviewed-on: #53
2025-11-19 09:02:24 +00:00
8ebded5c3f Merge branch 'main' into fix-again 2025-11-19 09:02:16 +00:00
ae79a067c4 just fix 2025-11-19 12:01:42 +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:${{ github.event.repository.name }}*
command: app sync ${{ inputs.environment }} --resource "apps:Deployment:${{ github.event.repository.name }}*"
- name: Refresh secret
uses: clowdhaus/argo-cd-action/@main
with: