File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -146,9 +146,9 @@ runs:
146146 - --source-dir "${{ inputs.source-dir }}"
147147 - --debug=${{ inputs.debug }}
148148 - --github-action-output=true
149- - --threshold-file " ${{ inputs.threshold-file }}"
150- - --threshold-package " ${{ inputs.threshold-package }}"
151- - --threshold-total " ${{ inputs.threshold-total }}"
149+ - --threshold-file ${{ inputs.threshold-file }}
150+ - --threshold-package ${{ inputs.threshold-package }}
151+ - --threshold-total ${{ inputs.threshold-total }}
152152 - --breakdown-file-name "${{ inputs.breakdown-file-name }}"
153153 - --diff-base-breakdown-file-name "${{ inputs.diff-base-breakdown-file-name }}"
154154 - --badge-file-name "${{ inputs.badge-file-name }}"
Original file line number Diff line number Diff line change @@ -171,9 +171,9 @@ runs:
171171 --source-dir "${{ inputs.source-dir }}" \
172172 --debug=${{ inputs.debug }} \
173173 --github-action-output=true \
174- --threshold-file " ${{ inputs.threshold-file }}" \
175- --threshold-package " ${{ inputs.threshold-package }}" \
176- --threshold-total " ${{ inputs.threshold-total }}" \
174+ --threshold-file ${{ inputs.threshold-file }} \
175+ --threshold-package ${{ inputs.threshold-package }} \
176+ --threshold-total ${{ inputs.threshold-total }} \
177177 --breakdown-file-name "${{ inputs.breakdown-file-name }}" \
178178 --diff-base-breakdown-file-name "${{ inputs.diff-base-breakdown-file-name }}" \
179179 --badge-file-name "${{ inputs.badge-file-name }}" \
You can’t perform that action at this time.
0 commit comments