This is an automated email from the ASF dual-hosted git repository.

aaronai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


The following commit(s) were added to refs/heads/master by this push:
     new af30fee  Fix typo
af30fee is described below

commit af30feedb70586a558904c9d1e11f4badf2ad7f5
Author: Aaron Ai <[email protected]>
AuthorDate: Sat Jun 18 11:37:07 2022 +0800

    Fix typo
---
 .github/workflows/main.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 7fb18dc..de6f0aa 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -2,7 +2,7 @@ name: CI
 on: [push, pull_request]
 jobs:
   cpp_build:
-    name: CPP build
+    name: CPP Build
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v2
@@ -18,7 +18,7 @@ jobs:
         working-directory: ./cpp
         run: bazel build //...
   c_sharp_build:
-    name: C# build
+    name: C# Build
     runs-on: ubuntu-latest
     steps:
       - name: Checkout 
@@ -35,7 +35,7 @@ jobs:
           dotnet --version
           dotnet build
   java_build:
-    name: Java build
+    name: Java Build
     runs-on: ubuntu-latest
     steps:
     - name: Checkout

Reply via email to