refactor(ci): remove unnecessary variables

This commit is contained in:
Elian Doran 2025-04-03 12:20:07 +03:00
parent 4bf8e28595
commit acbdf98c84
No known key found for this signature in database
2 changed files with 0 additions and 10 deletions

View File

@ -14,13 +14,6 @@ inputs:
description: 'Report only different sizes' description: 'Report only different sizes'
required: false required: false
default: 'false' default: 'false'
filter:
description: 'Regex filter based on file path'
required: false
unit:
description: 'Size unit'
required: false
default: 'KB'
# Comment inputs # Comment inputs
comment: comment:
@ -57,8 +50,6 @@ runs:
with: with:
paths: ${{ inputs.paths }} paths: ${{ inputs.paths }}
onlyDiff: ${{ inputs.onlyDiff }} onlyDiff: ${{ inputs.onlyDiff }}
filter: ${{ inputs.filter }}
unit: ${{ inputs.unit }}
# Post github action summary # Post github action summary
- name: Post summary - name: Post summary

View File

@ -49,7 +49,6 @@ jobs:
onlyDiff: 'true' onlyDiff: 'true'
branch: 'develop' branch: 'develop'
header: 'Electron size report' header: 'Electron size report'
unit: 'MB'
ghToken: ${{ secrets.GITHUB_TOKEN }} ghToken: ${{ secrets.GITHUB_TOKEN }}
test_dev: test_dev: