Skip to content

Commit

Permalink
revert feature deploy change
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGoodall committed Aug 1, 2024
1 parent 5684274 commit 960f303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/featureDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
strategy:
matrix:
environment: ${{ fromJSON(needs.detect-environments.outputs.environments) }}
if: ${{ inputs.environment != 'production' }}
if: ${{ matrix.environment != 'production' }}
uses: ./.github/workflows/deploy.yml
with:
environment: '${{ inputs.environment }}'
environment: '${{ matrix.environment }}'
secrets: inherit


0 comments on commit 960f303

Please sign in to comment.