We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2ba9e7 commit 3b0b13bCopy full SHA for 3b0b13b
1 file changed
.github/workflows/reusable-tox.yml
@@ -274,7 +274,7 @@ jobs:
274
path: dist/
275
276
- name: >-
277
- Pre-populate tox envs: $TOXENV
+ Pre-populate tox envs: `$TOXENV`
278
shell: bash
279
env:
280
INPUT_BUILT_WHEEL_NAMES: ${{ inputs.built-wheel-names }}
@@ -307,7 +307,7 @@ jobs:
307
# But only for 'pytest' env in 'tox'.
308
# For details: ../../tox.ini '[testenv:pytest]' 'commands_post'
309
310
- Run tox envs: $TOXENV
+ Run tox envs: `$TOXENV`
311
id: tox-run
312
313
0 commit comments