0
0
mirror of https://github.com/sp-tarkov/launcher.git synced 2025-02-12 17:30:42 -05:00

Updates build trigger email address

This commit is contained in:
Refringe 2024-03-28 20:25:31 -04:00
parent 7ece42f40f
commit 9ab621328a
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -11,7 +11,7 @@ jobs:
steps:
- name: Setup Git Config
run: |
git config --global user.email "triggerbot@example.com"
git config --global user.email "noreply@sp-tarkov.com"
git config --global user.name "TriggerBot"
- name: Clone Build Repository