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 ad7ee60 commit 7e60af8
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 @@ -20,7 +20,7 @@ jobs:
- name: set the VM list for subsequent jobs
id: setvms
run: |
echo 'vms=[\"vm1\", \"vm2\"]' >> "$GITHUB_OUTPUT"
echo 'vms=[vm1, vm2]' >> "$GITHUB_OUTPUT"
env-debug:
needs: [set-vars]
Expand Down

0 comments on commit 7e60af8

Please sign in to comment.