@@ -150,25 +150,25 @@ runs:
150
150
shell : bash
151
151
run : |
152
152
go run github.com/vladopajic/go-test-coverage/v2@v2.14.1 \
153
- --config=${{ inputs.config || "''" }} \
154
- --profile=${{ inputs.profile || "''" }} \
155
- --source-dir=${{ inputs.source-dir || "''" }} \
153
+ --config=${{ inputs.config || '***' }} \
154
+ --profile=${{ inputs.profile || '***' }} \
155
+ --source-dir=${{ inputs.source-dir || '***' }} \
156
156
--debug=${{ inputs.debug }} \
157
157
--github-action-output=true \
158
158
--threshold-file=${{ inputs.threshold-file }} \
159
159
--threshold-package=${{ inputs.threshold-package }} \
160
160
--threshold-total=${{ inputs.threshold-total }} \
161
- --breakdown-file-name=${{ inputs.breakdown-file-name || "''" }} \
162
- --diff-base-breakdown-file-name=${{ inputs.diff-base-breakdown-file-name || "''" }} \
163
- --badge-file-name=${{ inputs.badge-file-name || "''" }} \
164
- --cdn-key=${{ inputs.cdn-key || "''" }} \
165
- --cdn-secret=${{ inputs.cdn-secret || "''" }} \
166
- --cdn-region=${{ inputs.cdn-region || "''" }} \
167
- --cdn-endpoint=${{ inputs.cdn-endpoint || "''" }} \
168
- --cdn-file-name=${{ inputs.cdn-file-name || "''" }} \
169
- --cdn-bucket-name=${{ inputs.cdn-bucket-name || "''" }} \
161
+ --breakdown-file-name=${{ inputs.breakdown-file-name || '***' }} \
162
+ --diff-base-breakdown-file-name=${{ inputs.diff-base-breakdown-file-name || '***' }} \
163
+ --badge-file-name=${{ inputs.badge-file-name || '***' }} \
164
+ --cdn-key=${{ inputs.cdn-key || '***' }} \
165
+ --cdn-secret=${{ inputs.cdn-secret || '***' }} \
166
+ --cdn-region=${{ inputs.cdn-region || '***' }} \
167
+ --cdn-endpoint=${{ inputs.cdn-endpoint || '***' }} \
168
+ --cdn-file-name=${{ inputs.cdn-file-name || '***' }} \
169
+ --cdn-bucket-name=${{ inputs.cdn-bucket-name || '***' }} \
170
170
--cdn-force-path-style=${{ inputs.cdn-force-path-style }} \
171
- --git-token=${{ inputs.git-token || "''" }} \
172
- --git-branch=${{ inputs.git-branch || "''" }} \
173
- --git-repository=${{ inputs.git-repository || "''" }} \
174
- --git-file-name=${{ inputs.git-file-name || "''" }}
171
+ --git-token=${{ inputs.git-token || '***' }} \
172
+ --git-branch=${{ inputs.git-branch || '***' }} \
173
+ --git-repository=${{ inputs.git-repository || '***' }} \
174
+ --git-file-name=${{ inputs.git-file-name || '***' }}
0 commit comments