Skip to content

Commit

Permalink
Merge pull request #2 from arkahna/LeighS-patch-2
Browse files Browse the repository at this point in the history
Update manual.yml
  • Loading branch information
LeighS authored Aug 2, 2024
2 parents 3b72f53 + fa4a8aa commit c5787ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
test:
strategy:
matrix:
environment: [customera, customerb, customerc]
environment: ${{ fromJSON(vars.environment_list) }}
runs-on: ubuntu-latest
environment: ${{matrix.environment}}
steps:
Expand Down

0 comments on commit c5787ad

Please sign in to comment.