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