Skip to content

Commit 45916ed

Browse files
authored
Update auto-update-app-headers.yml
1 parent 78ed820 commit 45916ed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/auto-update-app-headers.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ jobs:
2929
git fetch origin
3030
git checkout main
3131
git pull origin main
32-
BRANCH_NAME="update-app-headers-$(date +'%Y-%m-%d-%H-%M-%S')"
32+
33+
# Feste Branch-Name für Debugging
34+
BRANCH_NAME="update-app-headers-branch"
3335
echo "Branch name: $BRANCH_NAME" # Debugging
36+
3437
git checkout -b "$BRANCH_NAME"
3538
echo "Created and switched to branch $BRANCH_NAME"
3639

0 commit comments

Comments
 (0)