mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-12 10:19:43 +00:00
Update generate-app-headers.yaml
This commit is contained in:
parent
aa3da01005
commit
4b6b560bbd
1 changed files with 4 additions and 0 deletions
4
.github/workflows/generate-app-headers.yaml
vendored
4
.github/workflows/generate-app-headers.yaml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue