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 a9c6b98 commit 4c813da
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/generate-data-member.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
cp /tmp/data/dataMember.json ./data/dataMember.json
mkdir -p ./data
git add ./data/dataMember.json
# Commit the changes
- name: Commit changes
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git commit -m "Update data member from GitHub Action" || true
Expand Down

0 comments on commit 4c813da

Please sign in to comment.