From 4f8afdb286923dc2f75d9516f18cfe68aa80e185 Mon Sep 17 00:00:00 2001 From: Merlin Jehli Date: Tue, 17 Oct 2023 10:26:21 +0200 Subject: [PATCH] Update aur/action.yml --- aur/action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aur/action.yml b/aur/action.yml index 717277e..a8f1b8c 100644 --- a/aur/action.yml +++ b/aur/action.yml @@ -21,8 +21,7 @@ runs: if: steps.cache-aur-restore.outputs.cache-hit != 'true' uses: docker://git.fml128.ch/fml128/idkyet-builder:latest with: - args: - - aur + args: aur - name: Save aur cache if: steps.cache-aur-restore.outputs.cache-hit != 'true' uses: actions/cache/save@v3