Remove Debug info

This commit is contained in:
pazpi 2026-01-08 16:25:40 +01:00
parent 209a100683
commit 05c8786716

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: