Skip to content

Commit f078019

Browse files
authored
Fix version for reports group create action (#26)
1 parent 8048aa0 commit f078019

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-CI-workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
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/.github/actions/create-action@develop
93+
uses: yoanm/temp-reports-group-workspace/gha-create@v0
9494
with:
9595
name: unit-tests
9696
format: clover
@@ -104,7 +104,7 @@ jobs:
104104
- name: Create "functional tests" coverage group
105105
if: ${{ env.COVERAGE_TYPE == 'xdebug' }}
106106
id: functional-tests-coverage-group
107-
uses: yoanm/temp-reports-group-workspace/.github/actions/create-action@develop
107+
uses: yoanm/temp-reports-group-workspace/gha-create@v0
108108
with:
109109
name: functional-tests
110110
format: clover

0 commit comments

Comments
 (0)