Skip to content

Commit a2e3963

Browse files
committed
Correction de la syntaxe pour l'utilisation des variables dans le script de build
1 parent f32a69f commit a2e3963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Run build script
3030
run: |
31-
pipenv run python scripts/build.py --min-text-length=${vars.MIN_TEXT_LENGTH}
31+
pipenv run python scripts/build.py --min-text-length=${{ vars.MIN_TEXT_LENGTH }}
3232
3333
- name: Commit and push changes
3434
run: |

0 commit comments

Comments
 (0)