posspack/.forgejo/scripts/update-wiki.py
Ashley Graves b961188c77
Some checks failed
/ test (push) Failing after 11s
test
2024-07-27 14:31:45 +02:00

8 lines
136 B
Python

#!/usr/bin/env python
import glob
import os
#print(os.environ["GITHUB_TOKEN"])
for mod in glob.glob("pack/mods/*.toml"):
print(mod)