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 590f76d commit 282c160
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/generate-data-member.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,16 @@ jobs:
cd ..
cp /tmp/data/dataMember.json ./data/dataMember.json
mkdir -p ./data
- name: Commit changes
run: |
git config --global user.email "actions@example.com"
git config --global user.name "GitHub Actions"
git add ./data/dataMember.json
git commit -m "Commit changes from GitHub Actions" || true
git add .
git commit -m "Commit changes from GitHub Actions"
- name: Push changes
run: |
git push origin production

0 comments on commit 282c160

Please sign in to comment.