0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-12 16:50:43 -05:00

Updates build trigger email address

This commit is contained in:
Refringe 2024-03-28 20:25:43 -04:00
parent a4669f9c1e
commit f0c18a5135
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