From 070c8e5be67bbd7b678db2bcd203c0428fe1f13f Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Sun, 19 Nov 2023 23:16:54 +0100 Subject: [PATCH] A small formatting change. --- .gitea/workflows/maintenance.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/maintenance.yaml b/.gitea/workflows/maintenance.yaml index 282c0dd..17d1c87 100644 --- a/.gitea/workflows/maintenance.yaml +++ b/.gitea/workflows/maintenance.yaml @@ -17,7 +17,8 @@ jobs: shell: bash - run: pre-commit autoupdate shell: bash - - uses: stefanzweifel/git-auto-commit-action@v5 + - name: Commit + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: 'chore: update pre-commit hooks' branch: update/pre-commit-hooks