This commit is contained in:
Lilith Ashley Nyx Arson 🔥 2024-09-29 18:01:37 +02:00
parent 7de39f25e6
commit 1b76f597fc

View file

@ -7,13 +7,13 @@ jobs:
- name: "Clone modpack" - name: "Clone modpack"
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
repository: "root/posspack" repository: "ashley/mcpack"
path: "pack" path: "pack"
- name: "Clone wiki" - name: "Clone wiki"
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
repository: "root/posspack.wiki" repository: "ashley/mcpack.wiki"
path: "wiki" path: "wiki"
ref: "main" ref: "main"