From 88e577064c8cc8bfa3dd6779ac85e26e64fd3a54 Mon Sep 17 00:00:00 2001 From: Asish Kumar Date: Fri, 26 Jul 2024 21:23:32 +0530 Subject: [PATCH] fix sentence case Signed-off-by: Asish Kumar --- .github/workflows/benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 142ac58c873..9ed9b5581e4 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -48,7 +48,7 @@ jobs: fetch-depth: 0 if: github.event_name == 'pull_request_target' - - name: fetch master branch + - name: Fetch master branch run: git fetch origin master:master if: github.event_name == 'pull_request_target'