From 0aef208ce88bcbbec1862ceb3635be263765e0c5 Mon Sep 17 00:00:00 2001 From: alifnaufalyasin Date: Mon, 31 Jul 2023 23:31:56 +0700 Subject: [PATCH] update --- .github/workflows/generate-data-member.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-data-member.yml b/.github/workflows/generate-data-member.yml index fac0d45d..3bfa46ce 100644 --- a/.github/workflows/generate-data-member.yml +++ b/.github/workflows/generate-data-member.yml @@ -25,8 +25,8 @@ jobs: cp /tmp/data/dataMember.json ./data/dataMember.json mkdir -p ./data git add ./data/dataMember.json - git config --local user.email "alifnaufalyasin@gmail.com" - git config --local user.name "Alif Naufal" + git config --global user.email "action@github.com" + git config --global user.name "GitHub Action" git commit -m "Update data member from GitHub Action" || true git push origin production