@@ -150,25 +150,25 @@ runs:
150150 shell : bash
151151 run : |
152152 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 || '***' }} \
156156 --debug=${{ inputs.debug }} \
157157 --github-action-output=true \
158158 --threshold-file=${{ inputs.threshold-file }} \
159159 --threshold-package=${{ inputs.threshold-package }} \
160160 --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 || '***' }} \
170170 --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