CI: Configure commit author

in order to prevent "untrusted" commits

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2024-11-21 12:49:48 +01:00
parent 87f9b05f6f
commit 6f59345316
No known key found for this signature in database

View File

@ -37,6 +37,7 @@ jobs:
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_author: 'github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>'
commit_message: 'CI: Update embedded translations'
file_pattern: 'src/langs/langs.js'