From a28ae4ea855e1776ee570d8764b7affdd4f766ac Mon Sep 17 00:00:00 2001 From: Twinki Date: Sun, 29 Sep 2024 02:49:14 -0400 Subject: [PATCH] maybe --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c2eefa3..d1a859d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -103,8 +103,8 @@ jobs: - name: Setup - Update branch Git User run: | - git config --global user.name "GitHub Actions" - git config --global user.email "satisfactory-oas@github.com" + git config --global user.name "Your Name" + git config --global user.email "your-email@example.com" # Move all *.yaml, *.yml, *.json, and *.html files to /preview, mkdir if needed # git add the entire /preview folder