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
5d0fa7aa16
commit
a78633a0a4
1 changed files with 7 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue