Update aur/action.yml
This commit is contained in:
parent
45ca7dc379
commit
37f99967c2
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ runs:
|
||||||
- name: Restore aur cache
|
- name: Restore aur cache
|
||||||
if: steps.cache-aur-key.outputs.cache-aur-key != 'empty'
|
if: steps.cache-aur-key.outputs.cache-aur-key != 'empty'
|
||||||
id: cache-aur-restore
|
id: cache-aur-restore
|
||||||
uses: https://code.forgejo.org/actions/cache/restore@v4
|
uses: actions/cache/restore@v4
|
||||||
with:
|
with:
|
||||||
path: aur
|
path: aur
|
||||||
key: aur-${{ github.repository }}-${{ steps.cache-aur-key.outputs.cache-aur-key }}
|
key: aur-${{ github.repository }}-${{ steps.cache-aur-key.outputs.cache-aur-key }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue