Updates build trigger email address

This commit is contained in:
Refringe 2024-03-28 20:25:55 -04:00
parent 26484b643c
commit 9d8115a978
No known key found for this signature in database
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