From 593fbac3b4056675598c0c8f4ac84b6988520c76 Mon Sep 17 00:00:00 2001 From: LiteObject Date: Fri, 23 May 2025 21:44:55 -0500 Subject: [PATCH 1/2] Update greeting message in InfoController's Get method for consistency --- src/MyWebApi/MyWebApi/Controllers/WeatherForecastController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MyWebApi/MyWebApi/Controllers/WeatherForecastController.cs b/src/MyWebApi/MyWebApi/Controllers/WeatherForecastController.cs index c075a80..f1a9a18 100644 --- a/src/MyWebApi/MyWebApi/Controllers/WeatherForecastController.cs +++ b/src/MyWebApi/MyWebApi/Controllers/WeatherForecastController.cs @@ -16,7 +16,7 @@ public InfoController(ILogger logger) [HttpGet(Name = "Get")] public IActionResult Get() { - var _helloworld = "Hello World 123"; + var _helloworld = "Hello World..."; var message = "Hello World from InfoController. This is a sample message."; _logger.LogInformation(message); return Ok(message); From 60ccf3875ed33b3df214f3b1da72995419fb2d01 Mon Sep 17 00:00:00 2001 From: LiteObject Date: Fri, 23 May 2025 21:49:46 -0500 Subject: [PATCH 2/2] Fix environment variable name and clean up whitespace in code review workflow --- .github/workflows/code-review.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 0669b93..0706c76 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -78,7 +78,7 @@ jobs: echo "Waiting for Ollama to be ready..." sleep 3 done - + - name: Prepare Prompt run: | DIFF=$(cat sanitized_diff.txt) @@ -99,7 +99,7 @@ jobs: echo "$PROMPT" # Export PROMPT so it's available to later steps - echo "prompt<> $GITHUB_ENV + echo "PROMPT<> $GITHUB_ENV echo "$PROMPT" >> $GITHUB_ENV echo "EOF" >> $GITHUB_ENV