Update aur/action.yml

This commit is contained in:
Merlin Jehli 2023-12-03 12:36:26 +01:00 committed by git.fml128.ch
parent 985f9cb42e
commit 100bb02b7c
Signed by: git.fml128.ch
GPG key ID: FBE009491D453913

View file

@ -21,7 +21,9 @@ runs:
with:
path: aur
key: aur-${{ github.repository }}-${{ steps.cache-aur-key.outputs.cache-aur-key }}
restore-keys: aur-${{ github.repository }}-
restore-keys: |
aur-${{ github.repository }}-${{ steps.cache-aur-key.outputs.cache-aur-key-restore }}
aur-${{ github.repository }}-
- name: Build aur
if: steps.cache-aur-restore.outputs.cache-hit != 'true'
uses: docker://git.fml128.ch/fml128/idkyet-builder:latest