Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit 322182f

Browse files
fix(GHA): Fix workflow ref.
1 parent c9ecc79 commit 322182f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
name: PHPUnit (Core)
5050
needs: build-cache
5151

52-
uses: christopher-learningpool/github-actions/.github/workflows/workflow_unit.yml@unit-coverage-report
52+
uses: christopher-learningpool/github-actions/.github/workflows/workflow_unit.yml@main
5353
with:
5454
directory: core
5555
testsuites: '["Project-Test-Suite"]'
@@ -59,7 +59,7 @@ jobs:
5959
name: PHPUnit (API)
6060
needs: build-cache
6161

62-
uses: christopher-learningpool/github-actions/.github/workflows/workflow_unit.yml@unit-coverage-report
62+
uses: christopher-learningpool/github-actions/.github/workflows/workflow_unit.yml@main
6363
with:
6464
directory: api
6565
testsuites: '["api-testsuite-1","api-testsuite-2"]'

0 commit comments

Comments
 (0)