test
Some checks failed
/ test (push) Failing after 11s

This commit is contained in:
Ashley Graves 2024-07-27 14:31:45 +02:00
parent 0cd193a161
commit b961188c77
2 changed files with 12 additions and 1 deletions

View file

@ -3,4 +3,6 @@
import glob
import os
print(os.environ["GITHUB_TOKEN"])
#print(os.environ["GITHUB_TOKEN"])
for mod in glob.glob("pack/mods/*.toml"):
print(mod)