Skip to content

Commit

Permalink
Update step name (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
mimartin12 authored Jan 2, 2025
1 parent 9432784 commit 964ffc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_ephemeral_environment_manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
--username ${{ steps.retrieve-secrets.outputs.ephemeral-environment-argocd-cluster-api-user }} \
--password ${{ steps.retrieve-secrets.outputs.ephemeral-environment-argocd-cluster-api-secret }}
- name: Sync ${{ inputs.ephemeral_env_branch }} application
- name: Sync Argo CD application
run: |
APP_NAME=$(argocd app list -o name | grep ${{ inputs.pull_request_number }})
argocd app sync "$APP_NAME"

0 comments on commit 964ffc2

Please sign in to comment.