Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cc94367

Browse files
Fix Send PR workflow
1 parent 7d1e812 commit cc94367

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/send-pr.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: "Change composer.json"
3232
working-directory: ./phpstan-src
33-
run: "composer require phpstan/phpdoc-parser:${{ github.ref }}"
33+
run: "composer require phpstan/phpdoc-parser:${{ github.ref_name }}"
3434

3535
- name: "Create Pull Request"
3636
id: create-pr
@@ -41,6 +41,6 @@ jobs:
4141
branch-suffix: random
4242
delete-branch: true
4343
title: "Update phpdoc-parser"
44-
body: "Update phpstan/phpdoc-parser to ${{ github.ref }}"
44+
body: "Update phpstan/phpdoc-parser to ${{ github.ref_name }}"
4545
committer: "phpstan-bot <ondrej+phpstanbot@mirtes.cz>"
4646
commit-message: "Update phpdoc-parser"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /