diff options
Diffstat (limited to '.github/workflows/release_grpc.yml')
-rw-r--r-- | .github/workflows/release_grpc.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release_grpc.yml b/.github/workflows/release_grpc.yml index 7216cb67..df52c5e8 100644 --- a/.github/workflows/release_grpc.yml +++ b/.github/workflows/release_grpc.yml @@ -41,7 +41,7 @@ jobs: - name: Check out code uses: actions/checkout@v2 with: - repository: 'spiral/roadrunner-plugins' + repository: 'roadrunner-server/grpc' - name: Install musl if: matrix.compiler == 'musl-gcc' |