Skip to content

Commit

Permalink
var name
Browse files Browse the repository at this point in the history
  • Loading branch information
srh-sloan committed Jan 19, 2024
1 parent 46503ce commit 062e5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/copilot_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: actions/checkout@v2
- name: debug-matrix
env:
MATRIX_ENV: ${{ fromJSON(needs.copilot_environments_workflow_setup.outputs.matrix_env) }}
MATRIX_ENV: ${{ needs.copilot_environments_workflow_setup.outputs.matrix_env }}
run: |
echo $MATRIX_ENV
Expand Down

0 comments on commit 062e5c0

Please sign in to comment.