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 0a90fda commit 6e636b2
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 @@ -19,12 +19,12 @@ jobs:
git checkout -b production
cp ./dataMember.json ../data/dataMember.json
cd ..
rm -rf ./scripts
git add ./data/dataMember.json
rm -rf ./scripts/dataMember.json
# Commit the changes
- name: Commit changes
run: |
git add ./data/dataMember.json
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 6e636b2

Please sign in to comment.