From 6a46b813ab75a732e9a11e87d8d14073c58f87c5 Mon Sep 17 00:00:00 2001 From: Lev Gorodetskiy Date: Sun, 4 Feb 2024 16:46:10 -0300 Subject: [PATCH] add checkout step --- .github/workflows/octez_version.yml | 6 ++++-- Makefile | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/octez_version.yml b/.github/workflows/octez_version.yml index 41f4e79..f3b369d 100644 --- a/.github/workflows/octez_version.yml +++ b/.github/workflows/octez_version.yml @@ -13,7 +13,9 @@ jobs: name: Check the latest Octez release runs-on: ubuntu-latest steps: + - name: Check out the repo + uses: actions/checkout@v2 - name: Install python-requests run: sudo apt-get install python3-requests - - name: make check - run: make check \ No newline at end of file + - name: make octez_version + run: make octez_version \ No newline at end of file diff --git a/Makefile b/Makefile index de72aa2..147c5f3 100644 --- a/Makefile +++ b/Makefile @@ -10,5 +10,5 @@ run: release: git tag $(TAG) -f && git push origin $(TAG) --force -check: +octez_version: python3 octez_version.py