parent
d49cf72cdb
commit
ab43d95150
1 changed files with 3 additions and 3 deletions
|
@ -22,17 +22,17 @@ 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
|
||||
|
||||
- name: Save cached licenses
|
||||
id: cache-licenses-restore
|
||||
id: cache-licenses-save
|
||||
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