We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b739c09 commit 053a389Copy full SHA for 053a389
action.yml
@@ -126,7 +126,7 @@ runs:
126
if: inputs.parallel-finished != 'true'
127
shell: ${{ startsWith(runner.os, 'Windows') && 'pwsh' || 'bash' }}
128
run: >-
129
- coveralls report
+ echo coveralls report
130
${{ inputs.debug == 'true' && '--debug' || '' }}
131
${{ inputs.measure == 'true' && '--measure' || '' }}
132
${{ inputs.fail-on-error == 'false' && '--no-fail' || '' }}
0 commit comments