We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 260bf86 commit 01adba7Copy full SHA for 01adba7
.github/workflows/send-pr.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: "Change composer.json"
32
working-directory: ./phpstan-src
33
- run: "composer require phpstan/php-8-stubs:$GITHUB_REF_NAME"
+ run: "composer require phpstan/php-8-stubs:${{ github.ref_name }}"
34
35
- name: "Create Pull Request"
36
id: create-pr
@@ -41,6 +41,6 @@ jobs:
41
branch-suffix: random
42
delete-branch: true
43
title: "Update PHP 8 stubs"
44
- body: "Update PHP 8 stubs to ${{ env.GITHUB_REF_NAME }}"
+ body: "Update PHP 8 stubs to ${{ github.ref_name }}"
45
committer: "phpstan-bot <ondrej+phpstanbot@mirtes.cz>"
46
commit-message: "Update PHP 8 stubs"
0 commit comments