From d369743e27f9072526754f5c4d090de8211f526d Mon Sep 17 00:00:00 2001 From: Merlin Jehli Date: Wed, 25 Oct 2023 13:07:39 +0200 Subject: [PATCH] Update aur/action.yml --- aur/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aur/action.yml b/aur/action.yml index 35474e6..b76737b 100644 --- a/aur/action.yml +++ b/aur/action.yml @@ -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