Skip to content

Commit 0ad86d7

Browse files
authored
remove host input for now
1 parent 1c9406f commit 0ad86d7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

action.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ inputs:
1717
description: "The relative path for your build directory"
1818
required: false
1919
default: "."
20-
host:
21-
description: "Custom remote host for HTML report"
22-
required: false
23-
default: "DEFAULT"
2420
options:
2521
description: "Command line options for Coderrect Scanner"
2622
required: false
@@ -45,5 +41,5 @@ runs:
4541
shell: bash
4642
- run: |
4743
cd ${{ inputs.buildPath }}
48-
coderrect -publish.cloud=${{ inputs.host }} -publish.exit0=${{ inputs.exit0 }}
44+
coderrect -publish.cloud="DEFAULT" -publish.exit0=${{ inputs.exit0 }}
4945
shell: bash

0 commit comments

Comments
 (0)