parent
0cd193a161
commit
b961188c77
2 changed files with 12 additions and 1 deletions
|
@ -3,4 +3,6 @@
|
||||||
import glob
|
import glob
|
||||||
import os
|
import os
|
||||||
|
|
||||||
print(os.environ["GITHUB_TOKEN"])
|
#print(os.environ["GITHUB_TOKEN"])
|
||||||
|
for mod in glob.glob("pack/mods/*.toml"):
|
||||||
|
print(mod)
|
||||||
|
|
|
@ -4,4 +4,13 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: https://git.lgbt/actions/checkout@v3
|
- uses: https://git.lgbt/actions/checkout@v3
|
||||||
|
with:
|
||||||
|
repository: "https://git.lgbt/root/posspack.git"
|
||||||
|
path: "pack"
|
||||||
|
|
||||||
|
- uses: https://git.lgbt/actions/checkout@v3
|
||||||
|
with:
|
||||||
|
repository: "https://git.lgbt/root/posspack.wiki.git"
|
||||||
|
path: ".wiki"
|
||||||
|
|
||||||
- run: python .forgejo/scripts/update-wiki.py
|
- run: python .forgejo/scripts/update-wiki.py
|
||||||
|
|
Loading…
Reference in a new issue