Skip to content

Commit

Permalink
Try create matrix with proper input
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandroboron committed Mar 26, 2024
1 parent 4e1b551 commit 393db46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/create_variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ jobs:
steps:
- name: Parse Matrix
run: |
matrix={\"include\":[{\"variant\":\"ab\"},{\"origin\":\"abc.com\"},{\"origin\":\"abc.com\",\"variant\":\"ab\"}]}
echo "MATRIX1: ${{ fromJson(matrix) }}"
echo "MATRIX2: ${{ fromJson(needs.set-up-variants.outputs.build-variants) }}"
create-variants:
Expand Down

0 comments on commit 393db46

Please sign in to comment.