Skip to content

Commit

Permalink
[gha] use install-grpcurl from main (#8479)
Browse files Browse the repository at this point in the history
  • Loading branch information
rustielin authored and banool committed Jul 7, 2023
1 parent 026af6d commit 2b73596
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-indexer-grpc-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
GIT_CREDENTIALS: ${{ secrets.GIT_CREDENTIALS }}

- name: Install grpcurl
# uses: aptos-labs/aptos-core/.github/actions/install-grpcurl@main
uses: ./.github/actions/install-grpcurl
uses: aptos-labs/aptos-core/.github/actions/install-grpcurl@main

- name: Set up and verify indexer GRPC local docker
shell: bash
Expand Down

0 comments on commit 2b73596

Please sign in to comment.