Remove Debug info
This commit is contained in:
parent
209a100683
commit
05c8786716
1 changed files with 0 additions and 8 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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue