Skip to content

Commit d1293d3

Browse files
committed
refactor: update action reference to external repository
1 parent eef1d85 commit d1293d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/reusable-build-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
buildMethod: ${{ inputs.build-method }}
153153
customParameters: ${{ inputs.custom-parameters }}
154154

155-
- uses: ./.github/actions/check-metas
155+
- uses: IShix-g/Unity-GitHubActions/.github/actions/check-metas@main
156156
with:
157157
directory: ${{ inputs.project-path }}
158158

.github/workflows/reusable-unity-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
checkName: ${{ matrix.testMode }} Test Results
124124
coverageOptions: ${{ inputs.coverage-options }}
125125

126-
- uses: ./.github/actions/check-metas
126+
- uses: IShix-g/Unity-GitHubActions/.github/actions/check-metas@main
127127
with:
128128
directory: ${{ inputs.project-path }}
129129

0 commit comments

Comments
 (0)