diff --git a/.github/workflows/ci.yaml b/.github/workflows/cii.yaml similarity index 95% rename from .github/workflows/ci.yaml rename to .github/workflows/cii.yaml index e62d0f6033..9ae58d6c23 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/cii.yaml @@ -94,8 +94,8 @@ jobs: - name: Commit and push changes run: | - git config --global user.email "abhishek@gmail.com" - git config --global user.name "Abhishek Veeramalla" + git config --global user.email "chandranjishnu01@gmail.com" + git config --global user.name "Jishnu543" git add kubernetes/productcatalog/deploy.yaml git commit -m "[CI]: Update product catalog image tag" git push origin HEAD:main -f diff --git a/src/product-catalog/main.go b/src/product-catalog/main.go index f62c3c0d94..0e4b5b2dd0 100644 --- a/src/product-catalog/main.go +++ b/src/product-catalog/main.go @@ -320,3 +320,7 @@ func createClient(ctx context.Context, svcAddr string) (*grpc.ClientConn, error) + + + +