Fix Send PR workflow

This commit is contained in:
Ondrej Mirtes 2022-10-14 15:36:28 +02:00
parent 7d1e81213b
commit cc943678f7
No known key found for this signature in database
GPG Key ID: CF1A108D0E7AE720

View File

@ -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"