Skip to content

Commit

Permalink
Set time
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxM1211 committed Feb 13, 2025
1 parent 794cc57 commit 37a8709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_realease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37a8709

Please sign in to comment.