Checkout repo
This commit is contained in:
parent
f84e27eeaf
commit
7872142ea0
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build_all.yaml
vendored
2
.github/workflows/build_all.yaml
vendored
|
@ -8,6 +8,8 @@ jobs:
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v4
|
||||||
- name: Get current block
|
- name: Get current block
|
||||||
id: getBlockHeight
|
id: getBlockHeight
|
||||||
run: echo "blockHeight=$(curl -s https://mempool.space/api/blocks/tip/height)" >> $GITHUB_OUTPUT
|
run: echo "blockHeight=$(curl -s https://mempool.space/api/blocks/tip/height)" >> $GITHUB_OUTPUT
|
||||||
|
|
Loading…
Reference in a new issue