From 27af60893d10dba624af12f54a1065ec383d1116 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Tue, 23 Dec 2025 07:14:01 +0100 Subject: [PATCH] try fix --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index d5ad08f..6de2c72 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