From 7eca7aefdb0f9a4da22b15d473cb310620811054 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Tue, 23 Dec 2025 07:47:20 +0100 Subject: [PATCH] Add helper install option --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index e0a95ef..a8221c0 100644 --- a/action.yml +++ b/action.yml @@ -4,6 +4,9 @@ author: Janis Hutz inputs: workdir: description: Directory to compile in + include_helpers: + description: Whether or not to include helpers + default: "false" args: description: Extra arguments to be passed to latexmk default: "" @@ -15,6 +18,7 @@ runs: image: Dockerfile args: - ${{ inputs.file }} + - ${{ inputs.include_helpers }} - ${{ inputs.args }} - ${{ inputs.extra_system_packages }} branding: