diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index e5c4a21..7e2d227 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -38,6 +38,5 @@ jobs: run: | git config --global user.name "Automated ocamlformat GitHub action, developed by robur.coop" git config --global user.email "autoformat@robur.coop" - git add -A - git commit -m "formatted code" + git commit -m "formatted code" . git push