mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-02-01 21:31:52 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'ct/*' # Action wird ausgelöst, wenn sich etwas in ct/ ändert
|
- 'ct/*'
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@ -79,7 +79,7 @@ jobs:
|
|||||||
PR_URL=$(gh pr create --title "[core]: update .app-headers to latest version" \
|
PR_URL=$(gh pr create --title "[core]: update .app-headers to latest version" \
|
||||||
--body "This PR automatically updates the .app-headers file." \
|
--body "This PR automatically updates the .app-headers file." \
|
||||||
--head update-app-headers \
|
--head update-app-headers \
|
||||||
--base main -q .url)
|
--base main)
|
||||||
echo "PR created: $PR_URL"
|
echo "PR created: $PR_URL"
|
||||||
else
|
else
|
||||||
echo "PR already exists."
|
echo "PR already exists."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user