From 8307f444c13ff984a53d89dd0a1560e89f40794b Mon Sep 17 00:00:00 2001 From: Ron Rise Date: Thu, 17 Apr 2025 10:59:40 -0400 Subject: [PATCH] First Blood --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index af19e77..6118c62 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -147,7 +147,7 @@ jobs: with: title: "🚀✨ Deploy Application" body: "This PR updates the deployment manifest with new image tags." - base: main + base: master head: ${{ gitea.ref_name }}-deploy commit-message: "📝🔄 Update deployment manifest with new image tags" labels: deploy \ No newline at end of file