From afafd6a48e4ef6e2f21e7688f241fc28ef24457c Mon Sep 17 00:00:00 2001 From: dutchie031 <54616262+dutchie031@users.noreply.github.com> Date: Tue, 7 Apr 2026 22:58:59 +0200 Subject: [PATCH] updated params to be passed along --- github-action/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/github-action/action.yml b/github-action/action.yml index dc41e5c..b1916ba 100644 --- a/github-action/action.yml +++ b/github-action/action.yml @@ -19,4 +19,7 @@ runs: npm run build node dist/index.js shell: bash + env: + INPUT_SOURCE-ROOT: ${{ inputs.source-root }} + INPUT_OUTPUT-FILE: ${{ inputs.output-file }}