mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-06 15:59:17 +00:00
Update auto-update-app-headers.yml
This commit is contained in:
parent
78ed820bb0
commit
45916edef5
@ -29,8 +29,11 @@ jobs:
|
|||||||
git fetch origin
|
git fetch origin
|
||||||
git checkout main
|
git checkout main
|
||||||
git pull origin 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
|
echo "Branch name: $BRANCH_NAME" # Debugging
|
||||||
|
|
||||||
git checkout -b "$BRANCH_NAME"
|
git checkout -b "$BRANCH_NAME"
|
||||||
echo "Created and switched to branch $BRANCH_NAME"
|
echo "Created and switched to branch $BRANCH_NAME"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user