Checkout repo

This commit is contained in:
Djuri Baars 2024-06-10 01:01:25 +02:00
parent f84e27eeaf
commit 7872142ea0

View file

@ -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