We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b715a commit 342bebfCopy full SHA for 342bebf
.github/workflows/quality-assurance.yml
@@ -37,6 +37,7 @@ jobs:
37
path: 'tests-output/coverage'
38
name: coverage-${{ matrix.php }}
39
- name: 'Deploy to GitHub pages (PHP ${{ matrix.php }})'
40
+ id: deployment
41
uses: actions/deploy-pages@v4
42
with:
43
artifact_name: coverage-${{ matrix.php }}
0 commit comments