Skip to content

Commit

Permalink
bugfix: fix missing INPUT_INCLUDE_SIZE_COMPARISON
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Sep 3, 2024
1 parent 919fe2d commit 415c1b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 415c1b4

Please sign in to comment.