Skip to content

Commit 5db8db5

Browse files
committed
test
1 parent b73dfe5 commit 5db8db5

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/php-8-stubs:${{ env.GITHUB_REF }}"
33+
run: "composer require phpstan/php-8-stubs:$GITHUB_REF_NAME"
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 ${{ env.GITHUB_REF }}"
43+
body: "Update PHP 8 stubs to ${{ env.GITHUB_REF_NAME }}"
4444
committer: "phpstan-bot <[email protected]>"
4545
commit-message: "Update PHP 8 stubs"

0 commit comments

Comments
 (0)