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:
parent
7218c3b90a
commit
aacb6ca2c9
4
.github/workflows/generate-app-headers.yaml
vendored
4
.github/workflows/generate-app-headers.yaml
vendored
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user