mirror of
https://github.com/zadam/trilium.git
synced 2025-12-15 12:49:53 +01:00
refactor(ci): remove unnecessary variables
This commit is contained in:
9
.github/actions/report-size/action.yml
vendored
9
.github/actions/report-size/action.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user