test
Some checks failed
Update wiki / test (push) Failing after 48s

This commit is contained in:
Ashley Graves 2024-08-01 01:34:27 +02:00
parent dd2d3e3f4f
commit 6b18659c2f
2 changed files with 5 additions and 5 deletions

View file

@ -21,7 +21,7 @@ jobs:
id: cache-licenses-restore
uses: actions/cache/restore@v4
with:
path: licenses.json
path: cache
key: licenses
- name: "Update modlist"
@ -31,7 +31,7 @@ jobs:
id: cache-licenses-save
uses: actions/cache/save@v4
with:
path: licenses.json
path: cache
key: ${{ steps.cache-licenses-restore.outputs.cache-primary-key }}
- name: "Commit changes"