Skip to content

Commit efc2d04

Browse files
authored
Fix syntax error for environment variable example
1 parent 0e0d356 commit efc2d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ In your `.github/workflows/main.yml`, set environment variable `PYLINT_THRESHOLD
1616
- name: Python Code Validator
1717
uses: cfedermann/python-code-validator@master
1818
env:
19-
PYLINT_THRESHOLD 8
19+
PYLINT_THRESHOLD: 8
2020

2121
You can drop the `env:` section in your `main.yml` file if you want to use the default value `9`.

0 commit comments

Comments
 (0)