0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-12 14:50:44 -05:00

Updates build trigger email address in example workflow

This commit is contained in:
Refringe 2024-03-28 20:28:25 -04:00
parent 1eb46361bf
commit a7579ac13b
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