Merge pull request 'fix' (#56) from fix-again into main

Reviewed-on: #56
This commit is contained in:
2025-11-19 10:22:40 +00:00

View File

@@ -41,11 +41,6 @@ runs:
with:
version: 3.1.3
command: app actions run ${{ inputs.environment }} migrate --kind Deployment --resource-name ${{github.event.repository.name}}
- name: Sync changes
uses: clowdhaus/argo-cd-action/@main
with:
version: 3.1.3
command: app sync ${{ inputs.environment }} --resource apps:Deployment:${{ github.event.repository.name }}*
- name: Sync related deployments
shell: bash
run: |