From 56fe82c1e975881338358231569ca70a9bcba8a4 Mon Sep 17 00:00:00 2001
From: Savanni D'Gerinel <savanni@luminescent-dreams.com>
Date: Fri, 28 Mar 2025 09:08:59 -0400
Subject: [PATCH] Rename the action

---
 .gitea/workflows/actions.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml
index c7c45ff..742db2e 100644
--- a/.gitea/workflows/actions.yaml
+++ b/.gitea/workflows/actions.yaml
@@ -1,4 +1,4 @@
-name: Gitea Actions Demo
+name: Monorepo build
 run-name: ${{ gitea.actor }} is testing out Gitea Actions
 on: [push]