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