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 d479ef9 commit 539a1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-data-member.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
git checkout -b production
git fetch
cp ./dataMember.json ../data/dataMember.json
git add ./data/dataMember.json
# Commit the changes
- name: Commit changes
run: |
git add ./data/dataMember.json
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git commit -m "Update data member from GitHub Action" || true
Expand Down

0 comments on commit 539a1f6

Please sign in to comment.