Update generate-app-headers.yaml

This commit is contained in:
CanbiZ 2025-01-10 12:57:42 +01:00 committed by GitHub
parent 09f060eb69
commit bcf981cb33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,13 @@ jobs:
git checkout update-app-headers
fi
# Step 5: Ensure .app-headers file exists (if missing, create it)
# Step 4.1: Configure Git user
- name: Configure Git user
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
# Step 5: Ensure .app-headers file exists
- name: Ensure .app-headers file exists
run: |
if [ ! -f ".app-headers" ]; then