diff --git a/.gitea/workflows/test-sdk-auction.yml b/.gitea/workflows/test-sdk-auction.yml index cf29e5bb..5cea54ad 100644 --- a/.gitea/workflows/test-sdk-auction.yml +++ b/.gitea/workflows/test-sdk-auction.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v3 with: path: "./registry-sdk/" - repository: deep-stack/registry-sdk # Use cerc-io/registry-sdk + repository: cerc-io/registry-sdk fetch-depth: 0 ref: main - name: Environment diff --git a/.gitea/workflows/test-sdk-nameservice.yml b/.gitea/workflows/test-sdk-nameservice.yml index c54048c9..d64d117b 100644 --- a/.gitea/workflows/test-sdk-nameservice.yml +++ b/.gitea/workflows/test-sdk-nameservice.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v3 with: path: "./registry-sdk/" - repository: deep-stack/registry-sdk # Use cerc-io/registry-sdk + repository: cerc-io/registry-sdk fetch-depth: 0 ref: main - name: Environment diff --git a/.gitea/workflows/test-sdk.yml b/.gitea/workflows/test-sdk.yml index fe37821d..43c624da 100644 --- a/.gitea/workflows/test-sdk.yml +++ b/.gitea/workflows/test-sdk.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v3 with: path: "./registry-sdk/" - repository: deep-stack/registry-sdk # Use cerc-io/registry-sdk + repository: cerc-io/registry-sdk fetch-depth: 0 ref: main - name: Environment