From bbad9aeb6183b710b4896079731ff178bd359ee6 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Sun, 19 Nov 2023 19:16:38 +0100 Subject: [PATCH] Added more testing outputs --- .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 31f47dd..cf0c830 100644 --- a/.gitea/workflows/maintenance.yaml +++ b/.gitea/workflows/maintenance.yaml @@ -17,7 +17,8 @@ jobs: shell: bash - run: pre-commit autoupdate shell: bash - + - run: echo Github token -> ${{ secrets.GITHUB_TOKEN }} + - run: sleep 50000 - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: 'chore: update pre-commit hooks'