[workflow] sets format ref/branch

This commit is contained in:
Refringe
2025-07-20 23:19:07 -04:00
parent d054d090c1
commit 5e2aa72933
+2
View File
@@ -19,6 +19,7 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.BYPASS_WORKFLOW_PAT || github.token }}
ref: ${{ github.event.pull_request.head.ref || github.ref_name }}
- name: Setup .NET
uses: actions/setup-dotnet@v4
@@ -38,3 +39,4 @@ jobs:
commit_user_name: sp-tarkov-bot
commit_user_email: singleplayertarkov@gmail.com
commit_author: sp-tarkov-bot <singleplayertarkov@gmail.com>
branch: ${{ github.event.pull_request.head.ref || github.ref_name }}