Skip to content

Commit 1e91a11

Browse files
committed
test
1 parent 8eb1f32 commit 1e91a11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/send-pr.yml

+2-2
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/php-8-stubs:${{ github.ref }}"
33+
run: "composer require phpstan/php-8-stubs:${{ env.GITHUB_REF }}"
3434

3535
- name: "Create Pull Request"
3636
uses: peter-evans/create-pull-request@v3
@@ -40,6 +40,6 @@ jobs:
4040
branch-suffix: short-commit-hash
4141
delete-branch: true
4242
title: "Update PHP 8 stubs"
43-
body: "Update PHP 8 stubs to ${{ github.ref }}"
43+
body: "Update PHP 8 stubs to ${{ env.GITHUB_REF }}"
4444
committer: "phpstan-bot <[email protected]>"
4545
commit-message: "Update PHP 8 stubs"

0 commit comments

Comments
 (0)