We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9406f commit 0ad86d7Copy full SHA for 0ad86d7
action.yml
@@ -17,10 +17,6 @@ inputs:
17
description: "The relative path for your build directory"
18
required: false
19
default: "."
20
- host:
21
- description: "Custom remote host for HTML report"
22
- required: false
23
- default: "DEFAULT"
24
options:
25
description: "Command line options for Coderrect Scanner"
26
@@ -45,5 +41,5 @@ runs:
45
41
shell: bash
46
42
- run: |
47
43
cd ${{ inputs.buildPath }}
48
- coderrect -publish.cloud=${{ inputs.host }} -publish.exit0=${{ inputs.exit0 }}
44
+ coderrect -publish.cloud="DEFAULT" -publish.exit0=${{ inputs.exit0 }}
49
0 commit comments