From bf8513aa808c3cd6eb5d6cf557fd49ccaa607bc3 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Fri, 24 Nov 2023 18:48:37 +0100 Subject: [PATCH] Added an id --- .gitea/workflows/maintenance.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/maintenance.yaml b/.gitea/workflows/maintenance.yaml index 932d00c..db440b4 100644 --- a/.gitea/workflows/maintenance.yaml +++ b/.gitea/workflows/maintenance.yaml @@ -21,6 +21,7 @@ jobs: - run: pre-commit autoupdate shell: bash - name: Commit + id: auto-commit-action uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: 'chore: update pre-commit hooks'