parent
0cd193a161
commit
b961188c77
2 changed files with 12 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue