Update create-pr.yml

This commit is contained in:
Xikaro 2025-07-25 23:28:47 +05:00
parent 1e986c07ee
commit c49a73189e

View file

@ -6,6 +6,7 @@ on:
- dev
paths-ignore:
- '**'
- '.github/workflows/create-pr.yml'
- '!CHANGELOG.md'
concurrency:
@ -74,12 +75,6 @@ jobs:
core.setOutput('exists', true);
}
- name: 🔍 Debug outputs
run: |
echo "Tag exists: ${{ steps.check_tag.outputs.exists }}"
echo "PR exists: ${{ steps.check_existing_pr.outputs.exists }}"
echo "Changelog version: ${{ steps.changelog.outputs.version }}"
- name: 🔍 Create Pull Request if tag not found
if: ${{ steps.check_existing_pr.outputs.exists == 'false' }}
uses: devops-infra/action-pull-request@v0.6.0