parent
abb7f2d464
commit
0cd193a161
2 changed files with 5 additions and 4 deletions
|
@ -1,3 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
print("test")
|
||||
import glob
|
||||
import os
|
||||
|
||||
print(os.environ["GITHUB_TOKEN"])
|
||||
|
|
|
@ -4,6 +4,4 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: https://git.lgbt/actions/checkout@v3
|
||||
- run: apt update &&
|
||||
apt install python3 &&
|
||||
python .forgejo/scripts/update-wiki.py
|
||||
- run: python .forgejo/scripts/update-wiki.py
|
||||
|
|
Loading…
Reference in a new issue