1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-01 15:51:51 +00:00

Update generate-app-headers.yaml

This commit is contained in:
CanbiZ 2025-01-10 14:36:06 +01:00 committed by GitHub
parent 7218c3b90a
commit aacb6ca2c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ name: Update .app-headers in /misc
on:
push:
paths:
- 'ct/*' # Action wird ausgelöst, wenn sich etwas in ct/ ändert
- 'ct/*'
branches:
- main
workflow_dispatch:
@ -79,7 +79,7 @@ jobs:
PR_URL=$(gh pr create --title "[core]: update .app-headers to latest version" \
--body "This PR automatically updates the .app-headers file." \
--head update-app-headers \
--base main -q .url)
--base main)
echo "PR created: $PR_URL"
else
echo "PR already exists."