diff --git a/.forgejo/workflows/update-wiki.yaml b/.forgejo/workflows/update-wiki.yaml index 75b81d3..4999352 100644 --- a/.forgejo/workflows/update-wiki.yaml +++ b/.forgejo/workflows/update-wiki.yaml @@ -7,13 +7,13 @@ jobs: - name: "Clone modpack" uses: actions/checkout@v3 with: - repository: "ashley/mcpack" + repository: ${{ github.repository }} path: "pack" - name: "Clone wiki" uses: actions/checkout@v3 with: - repository: "ashley/mcpack.wiki" + repository: ${{ github.repository }}".wiki" path: "wiki" ref: "main" @@ -38,7 +38,7 @@ jobs: run: | cd wiki git add . - git config --global user.name 'PossPack Wiki Updater' + git config --global user.name 'Modpack Wiki Updater' git config --global user.email 'root@possum.city' git commit -am "Automated wiki update" git push diff --git a/index.toml b/index.toml index eb7af2f..8b82359 100644 --- a/index.toml +++ b/index.toml @@ -6,7 +6,7 @@ hash = "f5f59ff0fc15dc9a530fb7631f940385aed1e8b25bdbef8cca59ab06560593f8" [[files]] file = ".forgejo/workflows/update-wiki.yaml" -hash = "d7c54f1b0e5adb5a918c98a5276226ceddbe4af5b4980fe0d20f77e9690e703b" +hash = "e19aeb0eae1e6ac9cce966744af3c4ed77b210a93536170664e7d3634580a1da" [[files]] file = "mods.txt" diff --git a/pack.toml b/pack.toml index 6fe0e25..ac4b03e 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "ef28e5aaff3fea801ab61de2436f79da1abbcdc53e4eb1b9e565a89b503f8eb5" +hash = "8cbffda6b5105d76714dd7b5aaccc09ad6a8bc4165d5102dcd9241f0b6c58a92" [versions] fabric = "0.16.5"