From abf9bd0c4dc587329ff4b3af6be4c8b3772a38da Mon Sep 17 00:00:00 2001 From: Cory Schwartz Date: Mon, 7 Jun 2021 09:38:06 -0700 Subject: [PATCH] test master --- .github/workflows/testground-on-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testground-on-push.yml b/.github/workflows/testground-on-push.yml index 9d58db962..966392789 100644 --- a/.github/workflows/testground-on-push.yml +++ b/.github/workflows/testground-on-push.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: testground run - uses: coryschwartz/testground-github-action@v1.0 + uses: coryschwartz/testground-github-action@master with: backend_addr: ${{ matrix.backend_addr }} backend_proto: ${{ matrix.backend_proto }}