Skip to content

Commit

Permalink
remove space between timezone and offset
Browse files Browse the repository at this point in the history
  • Loading branch information
neCo2 committed May 22, 2024
1 parent 7b9f707 commit 75ca302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile_mikupad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
echo "Generating changelog with $NEW_COMMITS commits starting from $OLD_COMMIT"
# echo changelog
echo "Generated $(date +'%Y-%m-%d %T %Z %z')" >> CHANGELOG.txt
echo "Generated $(date +'%Y-%m-%d %T %Z%z')" >> CHANGELOG.txt
echo "\`\`\`" >> CHANGELOG.txt
echo "$(git log --graph -n $NEW_COMMITS --oneline)" >> CHANGELOG.txt
echo "\`\`\`" >> CHANGELOG.txt
Expand Down

0 comments on commit 75ca302

Please sign in to comment.