diff --git a/.forgejo/workflows/update-wiki.yaml b/.forgejo/workflows/update-wiki.yaml index d06184e..eca0284 100644 --- a/.forgejo/workflows/update-wiki.yaml +++ b/.forgejo/workflows/update-wiki.yaml @@ -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