Skip to content

Commit 0717cb9

Browse files
fix: changing environment call for argo app action (#2814)
1 parent 901a591 commit 0717cb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/db-ops.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ jobs:
143143
needs: update-helm-chart
144144
if: ${{ needs.update-helm-chart.result == 'success' }}
145145
runs-on: ubuntu-latest
146-
environment: ${{ github.env.MIGRATION_ENV }}
146+
environment: ${{ github.event.client_payload.environment }}
147147
env:
148-
stage: ${{ github.env.MIGRATION_ENV }}
148+
stage: ${{ github.event.client_payload.environment }}
149149
permissions:
150150
contents: read
151151
steps:

0 commit comments

Comments
 (0)