Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alifnaufalyasin committed Jul 31, 2023
1 parent c64d803 commit 9490e89
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 @@ -24,8 +24,8 @@ jobs:
cd ..
cp /tmp/data/dataMember.json ./data/dataMember.json
mkdir -p ./data
git config --global user.email "actions@example.com"
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected].com"
git config --global user.name "alifnaufalyasin"
git add ./data/dataMember.json
git commit -m "Update data member from GitHub Action" || true
git push origin production
Expand Down

0 comments on commit 9490e89

Please sign in to comment.