Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
alifnaufalyasin committed Jul 31, 2023
1 parent dc51cae commit c717acf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-data-member.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "action@github.com"
git config --local user.name "GitHub Action"
git config --local user.email "alifnaufalyasin@gmail.com"
git config --local user.name "Alif Naufal"
git commit -m "Update data member from GitHub Action" || true
git push origin production
Expand Down

0 comments on commit c717acf

Please sign in to comment.