Skip to content

Commit

Permalink
update action using manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
alifnaufalyasin committed Jan 26, 2024
1 parent d1c5a4f commit 1fdaa33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ def csv_to_json(csv_file, json_file):

if __name__ == "__main__":
# Replace 'input.csv' with the path of your CSV file
csv_file_path = './scripts/dataMember.csv'
csv_file_path = './dataMember.csv'

# Replace 'output.json' with the desired path for the JSON output file
json_file_path = './scripts/dataMember.json'
json_file_path = './dataMember.json'

csv_to_json(csv_file_path, json_file_path)

0 comments on commit 1fdaa33

Please sign in to comment.