From acbdf98c847e535734eeedef7d1212160d9892ae Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 3 Apr 2025 12:20:07 +0300 Subject: [PATCH] refactor(ci): remove unnecessary variables --- .github/actions/report-size/action.yml | 9 --------- .github/workflows/dev.yml | 1 - 2 files changed, 10 deletions(-) diff --git a/.github/actions/report-size/action.yml b/.github/actions/report-size/action.yml index e39b8bab3..739fbc08c 100644 --- a/.github/actions/report-size/action.yml +++ b/.github/actions/report-size/action.yml @@ -14,13 +14,6 @@ inputs: description: 'Report only different sizes' required: false default: 'false' - filter: - description: 'Regex filter based on file path' - required: false - unit: - description: 'Size unit' - required: false - default: 'KB' # Comment inputs comment: @@ -57,8 +50,6 @@ runs: with: paths: ${{ inputs.paths }} onlyDiff: ${{ inputs.onlyDiff }} - filter: ${{ inputs.filter }} - unit: ${{ inputs.unit }} # Post github action summary - name: Post summary diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index a85707a99..aad1ab97a 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -49,7 +49,6 @@ jobs: onlyDiff: 'true' branch: 'develop' header: 'Electron size report' - unit: 'MB' ghToken: ${{ secrets.GITHUB_TOKEN }} test_dev: