From 9e8bc822de7740d621c60b129262b06f01ec6547 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Tue, 23 Dec 2025 13:54:41 +0100 Subject: [PATCH] Fix action --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bf35f28..3444419 100644 --- a/action.yml +++ b/action.yml @@ -17,7 +17,7 @@ runs: using: docker image: Dockerfile args: - - ${{ inputs.file }} + - ${{ inputs.workdir }} - ${{ inputs.include_helpers }} - ${{ inputs.args }} - ${{ inputs.extra_system_packages }}