diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c381fe5..b26a16d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,8 +51,8 @@ jobs: - name: Commit des changements de migration run: | git config --local user.email "migrations@depsec.org" - git config --dry-run --local user.name "Migrations" - git add --ignore-missing migrations/versions/*.py + 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" echo "FICHIERS DE MIGRATION COMMITTÉS"