diff --git a/.github/workflows/generate-data-member.yml b/.github/workflows/generate-data-member.yml index 0937b9ce..304697bf 100644 --- a/.github/workflows/generate-data-member.yml +++ b/.github/workflows/generate-data-member.yml @@ -24,10 +24,10 @@ jobs: cd .. cp /tmp/data/dataMember.json ./data/dataMember.json mkdir -p ./data - git config --global user.email "alifnaufalyasin@users.noreply.github.com" - git config --global user.name "alifnaufalyasin" + git config --global user.email "actions@example.com" + git config --global user.name "GitHub Actions" git add ./data/dataMember.json - git commit -m "Update data member from GitHub Action" || true + git commit -m "Commit changes from GitHub Actions" || true git push origin production