parent
8ad9c28176
commit
5215e45d3d
3 changed files with 5 additions and 5 deletions
|
@ -7,13 +7,13 @@ jobs:
|
||||||
- name: "Clone modpack"
|
- name: "Clone modpack"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: "ashley/mcpack"
|
repository: ${{ github.repository }}
|
||||||
path: "pack"
|
path: "pack"
|
||||||
|
|
||||||
- name: "Clone wiki"
|
- name: "Clone wiki"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: "ashley/mcpack.wiki"
|
repository: ${{ github.repository }}".wiki"
|
||||||
path: "wiki"
|
path: "wiki"
|
||||||
ref: "main"
|
ref: "main"
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd wiki
|
cd wiki
|
||||||
git add .
|
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 config --global user.email 'root@possum.city'
|
||||||
git commit -am "Automated wiki update"
|
git commit -am "Automated wiki update"
|
||||||
git push
|
git push
|
||||||
|
|
|
@ -6,7 +6,7 @@ hash = "f5f59ff0fc15dc9a530fb7631f940385aed1e8b25bdbef8cca59ab06560593f8"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = ".forgejo/workflows/update-wiki.yaml"
|
file = ".forgejo/workflows/update-wiki.yaml"
|
||||||
hash = "d7c54f1b0e5adb5a918c98a5276226ceddbe4af5b4980fe0d20f77e9690e703b"
|
hash = "e19aeb0eae1e6ac9cce966744af3c4ed77b210a93536170664e7d3634580a1da"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods.txt"
|
file = "mods.txt"
|
||||||
|
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "ef28e5aaff3fea801ab61de2436f79da1abbcdc53e4eb1b9e565a89b503f8eb5"
|
hash = "8cbffda6b5105d76714dd7b5aaccc09ad6a8bc4165d5102dcd9241f0b6c58a92"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.16.5"
|
fabric = "0.16.5"
|
||||||
|
|
Loading…
Add table
Reference in a new issue