From 37a87099718c971106cd534c81e8ee08fe958bd6 Mon Sep 17 00:00:00 2001 From: MaxM1211 Date: Thu, 13 Feb 2025 19:24:18 +0100 Subject: [PATCH] Set time --- .github/workflows/create_realease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_realease.yml b/.github/workflows/create_realease.yml index 9c7f2250..9aa45aeb 100644 --- a/.github/workflows/create_realease.yml +++ b/.github/workflows/create_realease.yml @@ -69,7 +69,7 @@ jobs: - name: Get Month id: month - run: echo "MONTH=$(date '+%B')" >> $GITHUB_OUTPUT + run: echo "MONTH=$(LC_ALL="de_DE.UTF-8" date '+%B')" >> $GITHUB_OUTPUT - name: Count New Commits On PTU # counts the commits to ptu/global.ini during the last 14 days id: new_commits_ptu