mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
Progress fix (#354)
* add python deps, print -> LOG * add type hinting * add more debug loggin * more python deps * aciton fix * make wibo optional for progress history
This commit is contained in:
@@ -29,7 +29,10 @@ jobs:
|
||||
run_id: ${{ steps.get_run_id.outputs.run_id }}
|
||||
name: artifact-${{ steps.get_run_id.outputs.run_id }}
|
||||
workflow: ${{ env.WORKFLOW }}
|
||||
- name: Install Python Deps
|
||||
run: |
|
||||
pip install GitPython rich
|
||||
- name: Upload Progress to Frogress
|
||||
env:
|
||||
PROGRESS_API_KEY: ${{ secrets.FROGRESS_API_KEY }}
|
||||
run: ./tp upload-progress -b https://progress.deco.mp/ -p twilightprincess -v gcn_usa progress-${{ steps.get_run_id.outputs.run_id }}.json
|
||||
run: ./tp upload-progress progress-${{ steps.get_run_id.outputs.run_id }}.json -b https://progress.deco.mp/ -p twilightprincess -v gcn_usa
|
||||
Reference in New Issue
Block a user