Skip to content

Commit

Permalink
Update generate-app-headers.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MickLesk authored Jan 10, 2025
1 parent 7218c3b commit aacb6ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-app-headers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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."
Expand Down

0 comments on commit aacb6ca

Please sign in to comment.