Skip to content

Commit

Permalink
fix: changing environment call for argo app action (#2814)
Browse files Browse the repository at this point in the history
  • Loading branch information
codechirag123 authored Nov 4, 2024
1 parent 901a591 commit 0717cb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/db-ops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ jobs:
needs: update-helm-chart
if: ${{ needs.update-helm-chart.result == 'success' }}
runs-on: ubuntu-latest
environment: ${{ github.env.MIGRATION_ENV }}
environment: ${{ github.event.client_payload.environment }}
env:
stage: ${{ github.env.MIGRATION_ENV }}
stage: ${{ github.event.client_payload.environment }}
permissions:
contents: read
steps:
Expand Down

0 comments on commit 0717cb9

Please sign in to comment.