Skip to content

Commit

Permalink
docs: Use double quotes instead of single in GitHub Actions examples (#…
Browse files Browse the repository at this point in the history
…724)

If you use parametrized tests they will include single quotes, breaking the output 😊
  • Loading branch information
patrick91 committed Jul 12, 2023
1 parent 5cc0d05 commit 34f556c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cookbook.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,4 @@ Nox knows what sessions it needs to run. Why not tell GitHub Actions what jobs t
steps:
- uses: actions/checkout@v3
- uses: wntrblm/nox@main
- run: nox -s '${{ matrix.session }}'
- run: nox -s "${{ matrix.session }}"

0 comments on commit 34f556c

Please sign in to comment.