From 70d39d8c867717a77138d7baa568f8ae98240eea Mon Sep 17 00:00:00 2001 From: Dwi Siswanto Date: Thu, 16 Jun 2022 12:28:25 +0700 Subject: [PATCH] Add source encoding --- action.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 84f665b..a3b9967 100644 --- a/action.yaml +++ b/action.yaml @@ -35,4 +35,8 @@ inputs: required: true password: description: "Password that goes with the sonar.login username. This should be left blank if an authentication token is being used." - required: false \ No newline at end of file + required: false + encoding: + description: "Encoding of the source code." + required: false + default: "UTF-8" \ No newline at end of file