Update generate-app-headers.yaml

This commit is contained in:
CanbiZ 2025-01-10 12:21:27 +01:00 committed by GitHub
parent 5d0fa7aa16
commit a78633a0a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."