From 16c79cd7b83c9bd72117a69403e355802ca4b967 Mon Sep 17 00:00:00 2001 From: mauriziovitale Date: Fri, 19 Jul 2024 12:56:22 +0200 Subject: [PATCH] Rely on limit fix --- .github/actions/determine-complexity/action.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/actions/determine-complexity/action.yml b/.github/actions/determine-complexity/action.yml index 52c3770395..cb0d932d33 100644 --- a/.github/actions/determine-complexity/action.yml +++ b/.github/actions/determine-complexity/action.yml @@ -19,12 +19,11 @@ runs: - name: Determine complexity uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 env: - file-changed-limit: ${{ inputs.file-changed-limit }} - line-changed-limit: ${{ inputs.lines-changed-limit }} + fileChangedLimit: ${{ inputs.file-changed-limit }} + lineChangedLimit: ${{ inputs.lines-changed-limit }} with: script: | console.log('Determine Complexity'); - console.log(`File changed limit: ${process.env.fileChangedLimit}`); const determineComplexity = require('./.github/actions/determine-complexity/determine-pr-complexity.js'); determineComplexity({