mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-30 20:44:43 +00:00
Update generate-app-headers.yaml
This commit is contained in:
@@ -46,7 +46,13 @@ jobs:
|
|||||||
git checkout update-app-headers
|
git checkout update-app-headers
|
||||||
fi
|
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
|
- name: Ensure .app-headers file exists
|
||||||
run: |
|
run: |
|
||||||
if [ ! -f ".app-headers" ]; then
|
if [ ! -f ".app-headers" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user