mirror of
https://github.com/danog/phpdoc-parser.git
synced 2024-11-26 20:15:11 +01:00
Fix Send PR workflow
This commit is contained in:
parent
7d1e81213b
commit
cc943678f7
4
.github/workflows/send-pr.yml
vendored
4
.github/workflows/send-pr.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
|
||||
- name: "Change composer.json"
|
||||
working-directory: ./phpstan-src
|
||||
run: "composer require phpstan/phpdoc-parser:${{ github.ref }}"
|
||||
run: "composer require phpstan/phpdoc-parser:${{ github.ref_name }}"
|
||||
|
||||
- name: "Create Pull Request"
|
||||
id: create-pr
|
||||
@ -41,6 +41,6 @@ jobs:
|
||||
branch-suffix: random
|
||||
delete-branch: true
|
||||
title: "Update phpdoc-parser"
|
||||
body: "Update phpstan/phpdoc-parser to ${{ github.ref }}"
|
||||
body: "Update phpstan/phpdoc-parser to ${{ github.ref_name }}"
|
||||
committer: "phpstan-bot <ondrej+phpstanbot@mirtes.cz>"
|
||||
commit-message: "Update phpdoc-parser"
|
||||
|
Loading…
Reference in New Issue
Block a user