mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-14 11:19:42 +00:00
Update generate-app-headers.yaml
This commit is contained in:
parent
09f060eb69
commit
bcf981cb33
1 changed files with 7 additions and 1 deletions
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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue