Add source encoding
This commit is contained in:
@@ -35,4 +35,8 @@ inputs:
|
|||||||
required: true
|
required: true
|
||||||
password:
|
password:
|
||||||
description: "Password that goes with the sonar.login username. This should be left blank if an authentication token is being used."
|
description: "Password that goes with the sonar.login username. This should be left blank if an authentication token is being used."
|
||||||
required: false
|
required: false
|
||||||
|
encoding:
|
||||||
|
description: "Encoding of the source code."
|
||||||
|
required: false
|
||||||
|
default: "UTF-8"
|
||||||
Reference in New Issue
Block a user