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 bcfaea3 commit 1dc4d54Copy full SHA for 1dc4d54
README.md
@@ -301,7 +301,7 @@ tox-gh-actions always convert keys in `[gh-actions:env]` to uppercase.
301
302
#### tox requires
303
If your project uses [tox's `requires` configuration](https://tox.wiki/en/latest/config.html#conf-requires),
304
-you must add tox-gh-actions` to the `requires` configuration as well. Otherwise, tox-gh-actions won't be loaded as a tox plugin.
+you must add `tox-gh-actions` to the `requires` configuration as well. Otherwise, tox-gh-actions won't be loaded as a tox plugin.
305
306
```ini
307
[tox]
0 commit comments