From b12fb0c30ce22e130418b93229856c7e43503272 Mon Sep 17 00:00:00 2001 From: Franciszek Walkowiak Date: Thu, 9 May 2024 15:57:57 +0200 Subject: [PATCH] Fix variable name --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 54ef1af..01054e9 100644 --- a/action.yml +++ b/action.yml @@ -69,6 +69,6 @@ runs: env: # Composite action doesn't set inputs as env vars. # We need to do this manually... - INPUT_REPORT_PKG_DIR: ${{ inputs.report_pkg_dir }} + INPUT_REPORT_PACKAGE_DIR: ${{ inputs.report_pkg_dir }} INPUT_REPORT_TEMPLATE_PATH: ${{ inputs.report_template_path }} DISABLE_INSTALL_DEV_DEPS: ${{ inputs.disable_install_dev_deps }}