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 64e8a4f commit b6604f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate-data-member.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
git checkout -b production
git fetch
cd ..
cp -rf ~/data/dataMember.json ./data/dataMember.json
mkdir ~/data
cp ~/data/dataMember.json ./data/dataMember.json
git add ./data/dataMember.json
# Commit the changes
Expand Down

0 comments on commit b6604f5

Please sign in to comment.