From 606c03f51873053763ea9f30d32c11c629e18d14 Mon Sep 17 00:00:00 2001 From: warrickct Date: Thu, 3 Mar 2022 14:21:43 +1100 Subject: [PATCH] typo in build --- .github/workflows/build-binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index 724d44a02..06b3d3500 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -52,7 +52,7 @@ jobs: run: yarn install --frozen-lockfile --network-timeout 600000 - name: Fetch open group blocklist - use: actions/checkout@v3 + uses: actions/checkout@v3 with: repository: oxen-io/blocklist path: blocklist