mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-10 17:59:17 +00:00
Update generate-app-headers.yaml
This commit is contained in:
parent
aa3da01005
commit
4b6b560bbd
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 fetch origin
|
||||||
git checkout -b update-app-headers || git checkout update-app-headers
|
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
|
# Make your changes, e.g., update app-headers file
|
||||||
echo "update app-headers to latest" >> misc/.app-headers
|
echo "update app-headers to latest" >> misc/.app-headers
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user