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 f32a69f commit a2e3963Copy full SHA for a2e3963
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Run build script
30
run: |
31
- pipenv run python scripts/build.py --min-text-length=${vars.MIN_TEXT_LENGTH}
+ pipenv run python scripts/build.py --min-text-length=${{ vars.MIN_TEXT_LENGTH }}
32
33
- name: Commit and push changes
34
0 commit comments