From 6bb30b799be98dcd5d46fc79843bffd01d884870 Mon Sep 17 00:00:00 2001 From: Merlin Jehli Date: Fri, 13 Oct 2023 23:05:27 +0200 Subject: [PATCH] args --- action.yml | 3 ++- builder/action.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 23bfac5..3e90308 100644 --- a/action.yml +++ b/action.yml @@ -31,7 +31,8 @@ runs: restore-keys: ${{ runner.os }}-${{ github.repository }}-aur- - name: Build images uses: docker://git.fml128.ch/fml128/idkyet-builder:latest - args: build + args: + - build - name: Upload Packages run: | cd ${{ gitea.workspace }}/out diff --git a/builder/action.yml b/builder/action.yml index b41538e..4e3650e 100644 --- a/builder/action.yml +++ b/builder/action.yml @@ -22,4 +22,5 @@ inputs: runs: using: docker image: docker://git.fml128.ch/fml128/idkyet-builder:latest - args: build + args: + - build