Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bkona-alopa authored Oct 10, 2024
1 parent e8959f0 commit f3868d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
matrix:
env_supported:
${{ fromJson(needs.Getting-Countries.outputs.matrix) }}
${{ needs.Getting-Countries.outputs.matrix }}
uses: ./.github/workflows/deploy.yml
with:
deployment_environment: ${{ matrix.env_supported }}
Expand Down

0 comments on commit f3868d1

Please sign in to comment.