diff options
author | Valery Piashchynski <[email protected]> | 2022-01-17 20:06:38 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-01-17 20:06:38 +0300 |
commit | 7bccd274d6cbbf76ba2f512e907ee40c028cbb50 (patch) | |
tree | 1ddba1d70a0ca9fc1b3333f3f4fa0e55194cf7a5 /.github/workflows/release_grpc.yml | |
parent | e03fec021b7b547622cfd31d967a1adf4eeae966 (diff) |
update dependenciesv2.7.2-rc.2
Signed-off-by: Valery Piashchynski <[email protected]>
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' |