Update auto-update-app-headers.yml

This commit is contained in:
CanbiZ 2025-01-14 14:55:18 +01:00 committed by GitHub
parent 78ed820bb0
commit 45916edef5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"