Merge branch 'master' into auto-update/2026-01-08
Some checks failed
Auto Update Build / build (pull_request) Has been cancelled
Some checks failed
Auto Update Build / build (pull_request) Has been cancelled
This commit is contained in:
commit
b09ee81af2
1 changed files with 2 additions and 9 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue