Skip to content

Commit

Permalink
fix var name again
Browse files Browse the repository at this point in the history
  • Loading branch information
srh-sloan committed Jan 19, 2024
1 parent a08131d commit c6bbd98
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/copilot_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
copilot_environments_workflow_setup:
runs-on: ubuntu-latest
outputs:
matrix_env: ${{ steps.copilot_env_matrix.outputs.env_list }}
matrix_env: ${{ steps.simple_matrix.outputs.env_list }}
steps:
# - id: copilot_env_matrix
# run: |
Expand All @@ -53,6 +53,11 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: debug-matrix
env:
MATRIX_ENV: ${{ fromJSON(needs.copilot_environments_workflow_setup.outputs.matrix_env) }}
run: |
echo $MATRIX_ENV
- name: "Set version in env"
id: set-version
Expand Down

0 comments on commit c6bbd98

Please sign in to comment.