We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a479e5 commit 913dac2Copy full SHA for 913dac2
.github/workflows/test-projects.yml
@@ -26,4 +26,4 @@ jobs:
26
token: ${{ secrets.REPO_ACCESS_TOKEN }}
27
repository: "${{ matrix.repository }}"
28
event-type: test_phpstan
29
- client-payload: '{"ref": "1.11.x"}'
+ client-payload: '{"ref": "${{ github.ref_name }}"}'
0 commit comments