From 40b5d987ca09eb931193e7e3d7a4589b9484319e Mon Sep 17 00:00:00 2001 From: Harshvir Potpose Date: Sun, 12 Nov 2023 12:28:03 +0530 Subject: [PATCH] fix Signed-off-by: Harshvir Potpose --- .github/workflows/ci-docker-image-validation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-docker-image-validation.yml b/.github/workflows/ci-docker-image-validation.yml index 38b7160..8fe7439 100644 --- a/.github/workflows/ci-docker-image-validation.yml +++ b/.github/workflows/ci-docker-image-validation.yml @@ -18,13 +18,13 @@ jobs: - name: Checkout jaeger uses: actions/checkout@v4 with: - repository: jaegertracting/jaeger + repository: jaegertracing/jaeger path: jaeger - name: Checkout jaeger-idl uses: actions/checkout@v4 with: - repository: jaegertracting/jaeger-idl + repository: jaegertracing/jaeger-idl path: jaeger-idl - name: Build Proto in Jaeger