This commit is contained in:
DigiLive
2025-04-23 08:06:05 +02:00
parent 1fcea6f9a8
commit 436b57b239
2 changed files with 32 additions and 32 deletions

View File

@@ -47,7 +47,7 @@ jobs:
# Commit and push all changed files.
# Must only affect files that are listed in "paths-ignore".
- name: GIT Commit Distribution Build
# Only run on main branch push (e.g., pull request merge).
# Only run on a main branch push (e.g., pull request merge).
if: github.event_name == 'push' && steps.checkDiff.outputs.changed == 'true'
run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"