From b78ab9d8bcabae09d6c6294b7cfdb2dddb18ed97 Mon Sep 17 00:00:00 2001 From: Labfox <108928065+Labfox@users.noreply.github.com> Date: Tue, 13 Aug 2024 18:06:31 +0200 Subject: [PATCH] Update and rename go.yml to build.yml --- .github/workflows/{go.yml => build.yml} | 2 ++ 1 file changed, 2 insertions(+) rename .github/workflows/{go.yml => build.yml} (86%) diff --git a/.github/workflows/go.yml b/.github/workflows/build.yml similarity index 86% rename from .github/workflows/go.yml rename to .github/workflows/build.yml index c20c560..c4e8d26 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/build.yml @@ -26,5 +26,7 @@ jobs: - name: Commit changes run: | + git config --global user.email "labfoxdev@gmail.com" + git config --global user.name "Github Actions" git commit -am "New build" git push