Update aur/action.yml

This commit is contained in:
Merlin Jehli 2023-10-25 13:07:39 +02:00 committed by git.fml128.ch
parent 08c93212e7
commit d369743e27
Signed by: git.fml128.ch
GPG key ID: FBE009491D453913

View file

@ -14,7 +14,7 @@ runs:
id: cache-aur-key
uses: docker://git.fml128.ch/fml128/idkyet-builder:latest
with:
args: aur_cache_key
args: generate_aur_cache_key
- name: Restore aur cache
id: cache-aur-restore
uses: https://code.forgejo.org/actions/cache/restore@v3
@ -26,7 +26,7 @@ runs:
if: steps.cache-aur-restore.outputs.cache-hit != 'true'
uses: docker://git.fml128.ch/fml128/idkyet-builder:latest
with:
args: aur
args: build_aur_packages
- name: Save aur cache
if: steps.cache-aur-restore.outputs.cache-hit != 'true'
uses: actions/cache/save@v3