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 1fdaa33 commit d1a2bac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate-data-member.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
curl -L -o ./scripts/dataMember.csv https://docs.google.com/spreadsheets/d/1SaXnuRt-1KXyDGS18KqU7cus4_IWNxpGhiVy0J1vz-U/export?format=csv
- name: run python script to convert csv to json
run: |
git config --global user.email "[email protected]"
git config --global user.name " Alif Naufal"
cd ./scripts
python script.py
mkdir -p /tmp/data
Expand Down

0 comments on commit d1a2bac

Please sign in to comment.