From 8ff2be168e2e31a513f01639ebea60e3ed453ca7 Mon Sep 17 00:00:00 2001 From: suchmememanyskill <38142618+suchmememanyskill@users.noreply.github.com> Date: Fri, 9 Feb 2024 21:28:17 +0100 Subject: [PATCH] Fetch entire git history so tag can be extracted --- .github/workflows/compile.yaml | 3 +++ ci.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/compile.yaml b/.github/workflows/compile.yaml index ab781aa..f17928b 100644 --- a/.github/workflows/compile.yaml +++ b/.github/workflows/compile.yaml @@ -12,6 +12,9 @@ jobs: steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 + - uses: actions/cache@v3 with: path: | diff --git a/ci.py b/ci.py index 0300260..be97402 100644 --- a/ci.py +++ b/ci.py @@ -5,7 +5,7 @@ BASE_DIR = os.getcwd() def get_manifest(base_path : str, device_name : str): return { - "name": f"CYD-Klipper for {device_name}", + "name": f"to {device_name}", "new_install_prompt_erase": True, "builds": [ {