CI: fix git repo

This commit is contained in:
2026-06-10 20:17:57 +02:00
parent 2c95860f5b
commit c92a868718
+4
View File
@@ -47,9 +47,11 @@ jobs:
id: existing
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository }}
run: |
PR_NUMBER=$(gh pr list \
--base main \
--repo "$REPO" \
--head "${{ steps.branch.outputs.source }}" \
--state open \
--json number \
@@ -65,6 +67,7 @@ jobs:
run: |
PR_URL=$(gh pr create \
--base main \
--repo "$REPO" \
--head "${{ steps.branch.outputs.source }}" \
--title "Weekly sync: ${{ steps.branch.outputs.source }} → main" \
--body "$(cat <<EOF
@@ -97,5 +100,6 @@ jobs:
run: |
gh pr merge \
"${{ steps.final.outputs.number }}" \
--repo "$REPO" \
--auto \
--merge