From 148687e0e21200c441a8680dead3d5ebaecc642c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 1 Nov 2023 22:45:16 +0000 Subject: [PATCH] restart action --- .gitea/workflows/release_preparation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release_preparation.yaml b/.gitea/workflows/release_preparation.yaml index 27a0d2f..240793a 100644 --- a/.gitea/workflows/release_preparation.yaml +++ b/.gitea/workflows/release_preparation.yaml @@ -19,7 +19,7 @@ jobs: - name: commit changed files uses: https://github.com/stefanzweifel/git-auto-commit-action@v5 with: - commit_message: "update composer.lock and file (automatic update)" + commit_message: "update composer.lock and file (automatic update through CI)" commit_user_name: Action Bot commit_user_email: bot@chill.social