Skip to content

Commit

Permalink
Escape quotes in jq query string.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhemstad committed Jul 19, 2023
1 parent 95dfcc9 commit bcaef1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: ./.github/actions/compute-matrix
with:
matrix_file: './ci/matrix.yaml'
matrix_query: '.["pull-request"]["nvcc"]'
matrix_query: '.[\"pull-request\"][\"nvcc\"]'

thrust:
name: Thrust CUDA${{ matrix.cuda_version }} ${{ matrix.compiler }}
Expand Down

0 comments on commit bcaef1d

Please sign in to comment.