parent
ab43d95150
commit
a8ae51af0c
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ jobs:
|
|||
uses: actions/cache/restore@v4
|
||||
with:
|
||||
path: licenses.json
|
||||
#key: ${{ runner.os }}-licenses
|
||||
key: ${{ runner.os }}-licenses
|
||||
|
||||
- name: "Update modlist"
|
||||
run: python pack/.forgejo/scripts/update-wiki.py
|
||||
|
@ -32,7 +32,7 @@ jobs:
|
|||
uses: actions/cache/save@v4
|
||||
with:
|
||||
path: licenses.json
|
||||
#key: ${{ steps.cache-licenses-restore.outputs.cache-primary-key }}
|
||||
key: ${{ steps.cache-licenses-restore.outputs.cache-primary-key }}
|
||||
|
||||
- name: "Commit changes"
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue