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