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 620f7e3 commit 78cc7d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate-data-member.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
run: |
cd ./scripts
python script.py
cp ./dataMember.json ~/data/dataMember.json
mkdir /tmp/data
cp ./dataMember.json tmp/data/dataMember.json
git checkout -b production
git fetch
cd ..
mkdir /tmp/data
cp /tmp/data/dataMember.json ./data/dataMember.json
mkdir ./data/data
mkdir ./data
git add ./data/dataMember.json
# Commit the changes
Expand Down

0 comments on commit 78cc7d3

Please sign in to comment.