[workflow] format auto-commit author bot account
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user