Skip to content

Commit

Permalink
ci: Fix env deactivation
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabelonogov committed Dec 17, 2024
1 parent 26be1ed commit 7f33ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/argocd-scaledown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,5 @@ jobs:
with:
step: deactivate-env
token: ${{ secrets.GIT_PAT }}
env: ${{ steps.argocd-app.outputs.app_name }}
env: ${{ steps.argocd-app.outputs.release_name }}
desc: "Environment was scaled down"

0 comments on commit 7f33ef7

Please sign in to comment.