This commit is contained in:
ManeraKai
2024-08-21 00:38:55 +03:00
parent 5096ca31ca
commit fb75d74ce0
18 changed files with 1188 additions and 936 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
- run: |
python -m pip install --upgrade pip
pip install requests colorama pyyaml
- run: python instances.py
- run: python main.py
- run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"