File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9090 - name : Create "unit tests" reports group
9191 if : ${{ env.COVERAGE_TYPE == 'xdebug' }}
9292 id : unit-tests-coverage-group
93- uses : yoanm/temp-reports-group-workspace/gha- create@v0
93+ uses : yoanm/temp-reports-group-workspace/create-group @v0
9494 with :
9595 name : unit-tests
9696 format : clover
@@ -104,7 +104,7 @@ jobs:
104104 - name : Create "functional tests" reports group
105105 if : ${{ env.COVERAGE_TYPE == 'xdebug' }}
106106 id : functional-tests-coverage-group
107- uses : yoanm/temp-reports-group-workspace/gha- create@v0
107+ uses : yoanm/temp-reports-group-workspace/create-group @v0
108108 with :
109109 name : functional-tests
110110 format : clover
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
1717 checks : write # For the check run creation !
1818 steps :
1919 - name : ' Check run ○'
20- uses : yoanm/temp-reports-group-workspace/gha- attach-check-run-to-triggering-workflow@v0
20+ uses : yoanm/temp-reports-group-workspace/utils/ attach-check-run-to-triggering-workflow@v0
2121 with :
2222 name : ' Fetch coverage info'
2323 fails-on-triggering-workflow-failure : true
2424
25- - uses : yoanm/temp-reports-group-workspace/gha- fetch-workflow-metadata@v0
25+ - uses : yoanm/temp-reports-group-workspace/utils/ fetch-workflow-metadata@v0
2626 id : fetch-workflow-metadata
2727
2828 outputs :
You can’t perform that action at this time.
0 commit comments