Update generate-app-headers.yaml

This commit is contained in:
CanbiZ 2025-01-10 12:06:37 +01:00 committed by GitHub
parent aa3da01005
commit 4b6b560bbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,6 +38,10 @@ jobs:
git fetch origin
git checkout -b update-app-headers || git checkout update-app-headers
# Configure Git user info
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
# Make your changes, e.g., update app-headers file
echo "update app-headers to latest" >> misc/.app-headers