From a5d164740647727cc04de15835f1dc4475453e0f Mon Sep 17 00:00:00 2001 From: duieka <158810407+duieka@users.noreply.github.com> Date: Wed, 4 Sep 2024 01:27:42 +0700 Subject: [PATCH] Update master.yml --- .github/workflows/master.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 54e3aa3..18001dd 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -33,8 +33,8 @@ jobs: - name: Setup Git Configuration run: | - git config user.email "fuytalokio@gmail.com" - git config user.name "fuytalo" + git config user.email "duiekhae@gmail.com" + git config user.name "duieka" - name: Prepare Commit run: |