From 22a88871b5cba8dd8c4b07853079a61f8fcf3e68 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Tue, 23 Dec 2025 13:54:32 +0100 Subject: [PATCH] Fix action --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a8221c0..fc3262d 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 }}