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
09f060eb69
commit
bcf981cb33
8
.github/workflows/generate-app-headers.yaml
vendored
8
.github/workflows/generate-app-headers.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user