Merge branch 'master' into auto-update/2026-01-08
Some checks failed
Auto Update Build / build (pull_request) Has been cancelled

This commit is contained in:
pazpi 2026-01-08 16:28:13 +01:00
commit b09ee81af2

View file

@ -50,14 +50,6 @@ jobs:
echo "branch_name=$BRANCH_NAME" >> $FORGEJO_OUTPUT
echo "Created and pushed branch: $BRANCH_NAME"
- name: Debug API values
if: steps.changes.outputs.changed == 'true'
run: |
echo "API URL: ${{ forgejo.api_url }}"
echo "Server URL: ${{ forgejo.server_url }}"
echo "Repository: ${{ forgejo.repository }}"
echo "Branch: ${{ steps.commit.outputs.branch_name }}"
- name: Create Pull Request
if: steps.changes.outputs.changed == 'true'
env:
@ -71,6 +63,7 @@ jobs:
"title": "chore: weekly flake update",
"body": "Automated flake update from CI.\n\nThis PR updates all flake inputs.",
"head": "${{ steps.commit.outputs.branch_name }}",
"base": "master"
"base": "master",
"assignees": "pazpi"
}' \
"${{ forgejo.api_url }}/repos/${{ forgejo.repository }}/pulls"