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

0 comments on commit 620f7e3

Please sign in to comment.