parent
b961188c77
commit
5553c261be
1 changed files with 4 additions and 4 deletions
|
@ -3,14 +3,14 @@ jobs:
|
|||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: https://git.lgbt/actions/checkout@v3
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
repository: "https://git.lgbt/root/posspack.git"
|
||||
repository: "root/posspack.git"
|
||||
path: "pack"
|
||||
|
||||
- uses: https://git.lgbt/actions/checkout@v3
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
repository: "https://git.lgbt/root/posspack.wiki.git"
|
||||
repository: "root/posspack.wiki.git"
|
||||
path: ".wiki"
|
||||
|
||||
- run: python .forgejo/scripts/update-wiki.py
|
||||
|
|
Loading…
Reference in a new issue