Skip to content

Commit 78ed820

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
git checkout main
3131
git pull origin main
3232
BRANCH_NAME="update-app-headers-$(date +'%Y-%m-%d-%H-%M-%S')"
33+
echo "Branch name: $BRANCH_NAME" # Debugging
3334
git checkout -b "$BRANCH_NAME"
3435
echo "Created and switched to branch $BRANCH_NAME"
3536
@@ -47,6 +48,7 @@ jobs:
4748
# Step 5: Push changes to the new branch
4849
- name: Push changes to the new branch
4950
run: |
51+
echo "Pushing changes to branch $BRANCH_NAME" # Debugging
5052
git add ./misc/.app-headers
5153
git commit -m "Update .app-headers file"
5254
git push origin "$BRANCH_NAME"

0 commit comments

Comments
 (0)