From 45916edef5b27d59f7cb709ef63cfe7d949364fd Mon Sep 17 00:00:00 2001
From: CanbiZ <47820557+MickLesk@users.noreply.github.com>
Date: Tue, 14 Jan 2025 14:55:18 +0100
Subject: [PATCH] Update auto-update-app-headers.yml

---
 .github/workflows/auto-update-app-headers.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/auto-update-app-headers.yml b/.github/workflows/auto-update-app-headers.yml
index 01d1de36a..784e732b0 100644
--- a/.github/workflows/auto-update-app-headers.yml
+++ b/.github/workflows/auto-update-app-headers.yml
@@ -29,8 +29,11 @@ jobs:
           git fetch origin
           git checkout main
           git pull origin main
-          BRANCH_NAME="update-app-headers-$(date +'%Y-%m-%d-%H-%M-%S')"
+          
+          # Feste Branch-Name für Debugging
+          BRANCH_NAME="update-app-headers-branch"
           echo "Branch name: $BRANCH_NAME"  # Debugging
+          
           git checkout -b "$BRANCH_NAME"
           echo "Created and switched to branch $BRANCH_NAME"