Skip to content

Commit

Permalink
update action generate Data Member
Browse files Browse the repository at this point in the history
  • Loading branch information
alifnaufalyasin committed Jan 26, 2024
1 parent 5afa8f3 commit 853c47d
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 @@ -14,11 +14,11 @@ jobs:
mkdir -p /tmp/data
cp ./scripts/dataMember.json /tmp/data/dataMember.json
git config --global user.email "[email protected]"
git config --global user.name " Alif Naufal"
git config --global user.name "Alif Naufal"
git checkout -b production
git fetch
git pull --rebase origin production
cp /tmp/data/dataMember.json ./data/dataMember.json`
cp /tmp/data/dataMember.json ./data/dataMember.json
git add .
git commit -m "Commit changes from GitHub Actions"
git push origin production
Expand Down

0 comments on commit 853c47d

Please sign in to comment.