From 8f583bb165f570e8c5e17f4be43b5e1cec6bda5c Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Tue, 23 Dec 2025 07:03:30 +0100 Subject: [PATCH] Multiple args fix --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index d5ad08f..8971064 100644 --- a/action.yml +++ b/action.yml @@ -12,8 +12,8 @@ runs: using: docker image: Dockerfile args: - - ${{ inputs.args }} - - ${{ inputs.extra_system_packages }} + - "${{ inputs.args }}" + - "${{ inputs.extra_system_packages }}" branding: icon: book color: red