From 415c1b462314041383936bf7ed68ffc3b92a09c3 Mon Sep 17 00:00:00 2001 From: exoego Date: Tue, 3 Sep 2024 15:19:12 +0900 Subject: [PATCH] bugfix: fix missing INPUT_INCLUDE_SIZE_COMPARISON --- action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yaml b/action.yaml index d7c4e86..dc57377 100644 --- a/action.yaml +++ b/action.yaml @@ -94,6 +94,7 @@ runs: INPUT_NAME: ${{ inputs.name }} INPUT_ANALYZE_DIRECTORY: ${{ inputs.analyze_directory }} INPUT_INCLUDE_EXTENSIONS: ${{ inputs.include_extensions }} + INPUT_INCLUDE_SIZE_COMPARISON: ${{ inputs.include_size_comparison }} INPUT_PERCENT_EXTRA_ATTENTION: ${{ inputs.percent_extra_attention }} INPUT_SHOW_DETAILS: ${{ inputs.show_details }} INPUT_SHOW_NO_CHANGE: ${{ inputs.show_no_change }}