Skip to content

Commit

Permalink
Fix output expression
Browse files Browse the repository at this point in the history
  • Loading branch information
boukeas committed Jun 14, 2024
1 parent 23e92ef commit 5c92c9f
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 @@ -28,7 +28,7 @@ jobs:
- name: Set matrix output
id: set-matrix
run: |
echo "matrix=$(cat matrix.json) | jq -c | jq -R)" >> $GITHUB_OUTPUT
echo "matrix=$(cat matrix.json | jq -c | jq -R)" >> $GITHUB_OUTPUT
checkbox-promotion-beta-to-candidate-test:
needs: generate-matrix
runs-on: [self-hosted, testflinger]
Expand Down

0 comments on commit 5c92c9f

Please sign in to comment.