[+] Generate

This commit is contained in:
Hykilpikonna
2022-05-11 15:35:05 -04:00
parent 4b282eb527
commit f440df229d
28 changed files with 27 additions and 7 deletions
+3 -1
View File
@@ -30,7 +30,9 @@ jobs:
python -m pip install pyyaml tweepy json5 requests
- name: "Run generator"
run: "python .github/workflows/generator.py"
run: |
python .github/workflows/generator.py
python .github/workflows/friends.py
- uses: EndBug/add-and-commit@v7
with: