Skip to content

Commit 524539e

Browse files
committed
update
1 parent 3d825de commit 524539e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}"

action/source/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}" \

0 commit comments

Comments
 (0)