[workflow] format auto-commit author bot account

This commit is contained in:
Refringe
2025-07-20 22:26:02 -04:00
parent f6894ad33c
commit 7b857e5c35
+4 -3
View File
@@ -19,6 +19,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.BYPASS_WORKFLOW_PAT || github.token }}
- name: Setup .NET
uses: actions/setup-dotnet@v4
@@ -35,6 +36,6 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v6
with:
commit_message: .NET Format Style Fixes
commit_user_name: Format Bot
commit_user_email: format@sp-tarkov.com
commit_author: Format Bot <format@sp-tarkov.com>
commit_user_name: sp-tarkov-bot
commit_user_email: singleplayertarkov@gmail.com
commit_author: sp-tarkov-bot <singleplayertarkov@gmail.com>