mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 18:04:38 +00:00
Update auto-update-app-headers.yml
This commit is contained in:
parent
78ed820bb0
commit
45916edef5
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue