From 17430a8f0002da2ec189e350e7ff265c0e983c63 Mon Sep 17 00:00:00 2001 From: goat du site <72492241+aguacero7@users.noreply.github.com> Date: Wed, 2 Apr 2025 11:32:32 +0200 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b26a16d..b57ada4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,7 +51,7 @@ jobs: - name: Commit des changements de migration run: | git config --local user.email "migrations@depsec.org" - git config -local user.name "Migrations" + git config --local user.name "Migrations" git add --dry-run --ignore-missing migrations/versions/*.py if [[ -n "$(git status --porcelain)" ]]; then git commit -m "Ajout automatique des fichiers de migration"