From d74b2b3207bed70e4b7e941ceff944f2a4493ee6 Mon Sep 17 00:00:00 2001 From: Dombi Attila <83396+dombesz@users.noreply.github.com> Date: Fri, 31 Jan 2025 20:12:42 +0200 Subject: [PATCH] Forward INPUT_USE_BUNDLER variable to the shell script. --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index c36c490..77a9214 100644 --- a/action.yml +++ b/action.yml @@ -36,6 +36,7 @@ runs: INPUT_REPORTER: ${{ inputs.reporter }} INPUT_FILTER_MODE: ${{ inputs.filter_mode }} INPUT_WORKDIR: ${{ inputs.workdir }} + INPUT_USE_BUNDLER: ${{ inputs.use_bundler }} branding: icon: check-circle color: red