Skip to content

Commit 913dac2

Browse files
committed
Fix test-projects.yml
1 parent 1a479e5 commit 913dac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-projects.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
token: ${{ secrets.REPO_ACCESS_TOKEN }}
2727
repository: "${{ matrix.repository }}"
2828
event-type: test_phpstan
29-
client-payload: '{"ref": "1.11.x"}'
29+
client-payload: '{"ref": "${{ github.ref_name }}"}'

0 commit comments

Comments
 (0)