test
Some checks failed
/ test (push) Failing after 44s

This commit is contained in:
Ashley Graves 2024-07-27 14:34:31 +02:00
parent 5553c261be
commit c23d5adbc4

View file

@ -3,14 +3,24 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "Clone Modpack"
uses: actions/checkout@v3
with:
repository: "root/posspack.git"
repository: "root/posspack"
path: "pack"
- uses: actions/checkout@v3
- name: "Clone Wiki"
uses: actions/checkout@v3
with:
repository: "root/posspack.wiki.git"
repository: "root/posspack.wiki"
path: ".wiki"
- run: python .forgejo/scripts/update-wiki.py
- name: "Update Modlist"
run: python .forgejo/scripts/update-wiki.py
- name: "Commit Changes"
run: |
git config --global user.name 'Your Name'
git config --global user.email 'your-username@users.noreply.github.com'
git commit -am "Automated report"
git push