From 5553c261be4387b99cb443c262d82de94790c045 Mon Sep 17 00:00:00 2001 From: Ashley Graves Date: Sat, 27 Jul 2024 14:32:14 +0200 Subject: [PATCH] test --- .forgejo/workflows/update-wiki.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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