mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-13 19:29:18 +00:00
Update generate-app-headers.yaml
This commit is contained in:
parent
6fc78dca57
commit
10927e39ce
8
.github/workflows/generate-app-headers.yaml
vendored
8
.github/workflows/generate-app-headers.yaml
vendored
@ -42,11 +42,11 @@ jobs:
|
||||
git config --global user.name "github-actions[bot]"
|
||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||
|
||||
git add misc/.app-headers
|
||||
git commit -m "[core]: update .app-headers to latest version"
|
||||
# Check if there are changes to commit
|
||||
git diff --quiet || git commit -am "[core]: update .app-headers to latest version"
|
||||
|
||||
# Push changes to the branch
|
||||
git push origin update-app-headers --force
|
||||
# Push changes to the branch only if there are changes
|
||||
git push origin update-app-headers --force || echo "No changes to push"
|
||||
|
||||
- name: Create pull request
|
||||
id: create-pr
|
||||
|
Loading…
Reference in New Issue
Block a user