mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
changes from bot review
This commit is contained in:
2
.github/workflows/update-hltb-api-url.yml
vendored
2
.github/workflows/update-hltb-api-url.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
- name: Run HLTB API URL discovery script
|
||||
run: |
|
||||
cd backend
|
||||
uv run python utils/update_hltb_api_url.py
|
||||
uv run python -m utils.update_hltb_api_url
|
||||
|
||||
- name: Commit and push changes
|
||||
uses: EndBug/add-and-commit@v9
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
# uv run python -m utils.update_hltb_api_url
|
||||
"""
|
||||
Utility script to update HowLongToBeat API URL by discovering the dynamic endpoint from the website
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user