Skip to content

Commit

Permalink
Test matrix without and with config vars from GH.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmcdonald404 committed Sep 13, 2023
1 parent 6962fdc commit 9793ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: print inputs
run: |
echo ${{ needs.set-vars.outputs.testvms }}
# echo ${{ fromJson(needs.set-vars.outputs.testvms) }}
echo ${{ fromJson(needs.set-vars.outputs.testvms) }}
# echo ${{ toJson(needs.set-vars.outputs.testvms) }}

# env-matrix:
Expand Down

0 comments on commit 9793ab8

Please sign in to comment.