We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb1f32 commit 1e91a11Copy full SHA for 1e91a11
.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 }}"
+ run: "composer require phpstan/php-8-stubs:${{ env.GITHUB_REF }}"
34
35
- name: "Create Pull Request"
36
uses: peter-evans/create-pull-request@v3
@@ -40,6 +40,6 @@ jobs:
40
branch-suffix: short-commit-hash
41
delete-branch: true
42
title: "Update PHP 8 stubs"
43
- body: "Update PHP 8 stubs to ${{ github.ref }}"
+ body: "Update PHP 8 stubs to ${{ env.GITHUB_REF }}"
44
committer: "phpstan-bot <[email protected]>"
45
commit-message: "Update PHP 8 stubs"
0 commit comments