Skip to content

Commit

Permalink
Diagnostic #2
Browse files Browse the repository at this point in the history
  • Loading branch information
boukeas committed Jun 14, 2024
1 parent 38dbb5b commit e523d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checkbox-promote-beta-to-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
id: set-matrix
run: |
# echo "matrix=$(jq -cn --argjson matrix "$(cat matrix.json)" '{include: $matrix}' | jq -R)" >> $GITHUB_OUTPUT
echo "matrix=$(jq -cn --argjson matrix "$(cat matrix.json)" '{include: $matrix}' | jq -R)"
echo "matrix=$(jq -cn --argjson matrix "$(cat matrix.json)" '{include: $matrix}')"
echo "matrix={\"include\":[{\"project\":\"foo\",\"config\":\"Debug\"},{\"project\":\"bar\",\"config\":\"Release\"}]}"
echo "matrix={\"include\":[{\"project\":\"foo\",\"config\":\"Debug\"},{\"project\":\"bar\",\"config\":\"Release\"}]}" >> $GITHUB_OUTPUT
checkbox-promotion-beta-to-candidate-test:
Expand Down

0 comments on commit e523d04

Please sign in to comment.