We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef1d85 commit d1293d3Copy full SHA for d1293d3
.github/workflows/reusable-build-package.yaml
@@ -152,7 +152,7 @@ jobs:
152
buildMethod: ${{ inputs.build-method }}
153
customParameters: ${{ inputs.custom-parameters }}
154
155
- - uses: ./.github/actions/check-metas
+ - uses: IShix-g/Unity-GitHubActions/.github/actions/check-metas@main
156
with:
157
directory: ${{ inputs.project-path }}
158
.github/workflows/reusable-unity-test.yaml
@@ -123,7 +123,7 @@ jobs:
123
checkName: ${{ matrix.testMode }} Test Results
124
coverageOptions: ${{ inputs.coverage-options }}
125
126
127
128
129
0 commit comments