Update create-pr.yml
This commit is contained in:
parent
1e986c07ee
commit
c49a73189e
1 changed files with 1 additions and 6 deletions
7
.github/workflows/create-pr.yml
vendored
7
.github/workflows/create-pr.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue