File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 6464 - name : Create "unit tests" reports group
6565 if : ${{ env.COVERAGE_TYPE == 'xdebug' }}
6666 id : unit-tests-coverage-group
67- uses : yoanm/temp-reports-group-workspace/gha- create@v0
67+ uses : yoanm/temp-reports-group-workspace/create-group @v0
6868 with :
6969 name : unit-tests
7070 format : clover
7777 - name : Create "functional tests" coverage group
7878 if : ${{ env.COVERAGE_TYPE == 'xdebug' }}
7979 id : functional-tests-coverage-group
80- uses : yoanm/temp-reports-group-workspace/gha- create@v0
80+ uses : yoanm/temp-reports-group-workspace/create-group @v0
8181 with :
8282 name : functional-tests
8383 format : clover
Original file line number Diff line number Diff line change @@ -17,17 +17,19 @@ 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 :
22- name : ' Fetch coverage info '
22+ name : ' Fetch triggering workflow metadata '
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 :
2929 commit-sha : ${{ steps.fetch-workflow-metadata.outputs.commit-sha }}
3030 run-id : ${{ steps.fetch-workflow-metadata.outputs.run-id }}
31+ branch : ${{ steps.fetch-workflow-metadata.outputs.branch }}
32+ pull-request : ${{ steps.fetch-workflow-metadata.outputs.pull-request }}
3133
3234 codacy-uploader :
3335 name : Codacy
6062 run-id : ${{ needs.fetch-info.outputs.run-id }}
6163 force-git-commit : ${{ needs.fetch-info.outputs.commit-sha }}
6264 force-git-branch : ${{ needs.fetch-info.outputs.branch }}
63- force-gh-pr : ${{ needs.fetch-info.outputs.pr-number }}
65+ force-gh-pr : ${{ needs.fetch-info.outputs.pull-request }}
6466 force-uploader-build : ${{ needs.fetch-info.outputs.run-id }}
6567 force-uploader-build-url : ${{ needs.fetch-info.outputs.run-url }}
You can’t perform that action at this time.
0 commit comments