mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-10 09:49:18 +00:00
Update generate-app-headers.yaml
This commit is contained in:
parent
5d0fa7aa16
commit
a78633a0a4
7
.github/workflows/generate-app-headers.yaml
vendored
7
.github/workflows/generate-app-headers.yaml
vendored
@ -71,6 +71,8 @@ jobs:
|
||||
--body "This PR automatically updates the app-headers file." \
|
||||
--head update-app-headers \
|
||||
--base main
|
||||
else
|
||||
echo "PR already exists, skipping creation."
|
||||
fi
|
||||
|
||||
- name: Merge pull request (Squash and Merge)
|
||||
@ -84,3 +86,8 @@ jobs:
|
||||
# Squash and merge the PR automatically
|
||||
gh pr merge $PR_NUMBER --squash --auto --delete-branch
|
||||
fi
|
||||
|
||||
- name: Final Status
|
||||
if: steps.check-changes.outcome != 'success'
|
||||
run: |
|
||||
echo "No changes detected or already merged, workflow completed successfully."
|
||||
|
Loading…
Reference in New Issue
Block a user