This commit is contained in:
2025-04-17 17:21:34 +03:00
parent 1028d52d2e
commit 9f879b586e

View File

@@ -49,7 +49,7 @@ runs:
uses: clowdhaus/argo-cd-action/@main
with:
version: 2.13.3
command: app actions run ${{ inputs.environment }} restart --kind --resource-name ${{github.event.repository.name}}
command: app actions run ${{ inputs.environment }} restart --kind Deployment --resource-name ${{github.event.repository.name}}
- name: Migrate
if: ${{ inputs.migrate == 'true' }}
uses: clowdhaus/argo-cd-action/@main