From 7872142ea09ee06707d6e05c8bf4689acc72fda3 Mon Sep 17 00:00:00 2001 From: Djuri Baars Date: Mon, 10 Jun 2024 01:01:25 +0200 Subject: [PATCH] Checkout repo --- .github/workflows/build_all.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_all.yaml b/.github/workflows/build_all.yaml index bc7d253..07d1e7a 100644 --- a/.github/workflows/build_all.yaml +++ b/.github/workflows/build_all.yaml @@ -8,6 +8,8 @@ jobs: permissions: contents: write steps: + - name: Checkout repository + uses: actions/checkout@v4 - name: Get current block id: getBlockHeight run: echo "blockHeight=$(curl -s https://mempool.space/api/blocks/tip/height)" >> $GITHUB_OUTPUT