From 5cb9a677ddbb80a065d39715d8a58d9427abd8d4 Mon Sep 17 00:00:00 2001
From: "Greg T. Wallace" <greg@gregtwallace.com>
Date: Thu, 26 Jun 2025 17:48:24 -0400
Subject: [PATCH] build: fix erroneous name

---
 .github/workflows/build_releases.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_releases.yml b/.github/workflows/build_releases.yml
index c054287..c6e902a 100644
--- a/.github/workflows/build_releases.yml
+++ b/.github/workflows/build_releases.yml
@@ -13,7 +13,7 @@ jobs:
   build-all:
     runs-on: ubuntu-24.04
     steps:
-      - name: Checkout Backend Repo
+      - name: Checkout Repo
         uses: actions/checkout@v4
         with:
           repository: gregtwallace/apc-p15-tool