Skip to content

Commit b1209a3

Browse files
committed
Fix test-projects.yml
1 parent 3bf5dc8 commit b1209a3

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": "${{ github.ref_name }}"}'
29+
client-payload: '{"ref": "2.1.x"}'

0 commit comments

Comments
 (0)