Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
neo7337 committed Aug 17, 2024
1 parent fdb5101 commit 690178a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/updateDb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,5 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Update DB
env:
DB_URI: ${{ vars.DB_URI }}
DB_NAME: ${{ vars.DB_NAME }}
COLLECTION_NAME: ${{ vars.COLLECTION_NAME }}
run: |
python ./src/main.py --org="IH,TTH" --input="./data/ih.json,./data/tth.json" --output="output.json"
python src/main.py --org="IH,TTH" --input="./data/ih.json,./data/tth.json" --output="output.json"

0 comments on commit 690178a

Please sign in to comment.