Skip to content

Commit

Permalink
fix: argocd typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbriere1 committed Jan 17, 2025
1 parent bc7788f commit cc19ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/argocd_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
- name: Sync ArgoCD App
run: |
argocd --grpc-web --server ${{ vars.ARGOCD_SERVER }} --auth-token ${{ secrets.ARGOCD_TOKEN }} app sync ${{ inputs.app_name }}
argocd --grpc-web --server ${{ vars.ARGOCD_SERVER }} --auth-token ${{ secrets.ARGOCD_TOKEN }} app wait ${{ env.APP_NAME }}
argocd --grpc-web --server ${{ vars.ARGOCD_SERVER }} --auth-token ${{ secrets.ARGOCD_TOKEN }} app wait ${{ env.APP_NAME }}

0 comments on commit cc19ea4

Please sign in to comment.