Update auto-update-app-headers.yml

This commit is contained in:
CanbiZ 2025-01-14 14:51:19 +01:00 committed by GitHub
parent 910e767bb4
commit 7ab5485fc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,6 +32,9 @@ jobs:
BRANCH_NAME="update-app-headers-$(date +'%Y-%m-%d-%H-%M-%S')"
git checkout -b "$BRANCH_NAME"
echo "Created and switched to branch $BRANCH_NAME"
- name: Install figlet
run: sudo apt-get install -y figlet
# Step 4: Run the generate-app-headers.sh script to update .app-headers
- name: Run generate-app-headers.sh to update .app-headers