Skip to content

Commit

Permalink
ci: fix app name
Browse files Browse the repository at this point in the history
  • Loading branch information
farioas committed Dec 13, 2024
1 parent dc54ace commit 7c7161f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/argocd-destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ jobs:
with:
step: delete-env
token: ${{ secrets.GIT_PAT }}
env: ${{ steps.argocd-app.outputs.app_name }}
env: ${{ steps.argocd-app.outputs.release_name }}

0 comments on commit 7c7161f

Please sign in to comment.