Fix my stupid mistakes....

This commit is contained in:
Katos
2024-07-14 16:35:28 +01:00
committed by GitHub
parent 3385e5684e
commit a9396167bf

View File

@@ -24,7 +24,7 @@ jobs:
pip install requests
- name: Run currency fetch script
run: python path/to/your_script.py
run: python .github/scripts/update_currencies.py
- name: Check for changes
id: check_changes