Skip to content

Commit

Permalink
Update GHA to passed in env var
Browse files Browse the repository at this point in the history
  • Loading branch information
ernest-tpximpact committed Oct 3, 2024
1 parent 1d98de2 commit cb9870d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
environment: ${{ fromJSON(needs.detect-environments.outputs.environments) }}
environment: ${{ matrix.environment }}
env:
ENVIRONMENT: ${{ matrix.environment }}
Expand Down

0 comments on commit cb9870d

Please sign in to comment.