File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ runs:
27
27
name : Unity Editor Validation
28
28
uses : xrtk/unity-validate@v2
29
29
30
- - uses : xrtk/unity-action@v2
30
+ - uses : xrtk/unity-action@main
31
31
name : Project Validation
32
32
with :
33
33
name : ' project-validation'
34
34
editor-path : ' ${{ env.editor-path }}'
35
35
project-path : ' ${{ env.project-path }}'
36
36
args : ' -quit -batchmode -executeMethod XRTK.Editor.BuildPipeline.UnityPlayerBuildTools.ValidateProject ${{ inputs.additional-valiate-args }}'
37
37
38
- - uses : xrtk/unity-action@v2
38
+ - uses : xrtk/unity-action@main
39
39
name : ' ${{ inputs.build-target }}-Tests'
40
40
with :
41
41
name : ' ${{ inputs.build-target }}-Tests'
44
44
build-target : ' ${{ inputs.build-target }}'
45
45
args : ' -batchmode -runEditorTests ${{ inputs.additional-test-args }}'
46
46
47
- - uses : xrtk/unity-action@v2
47
+ - uses : xrtk/unity-action@main
48
48
name : ' ${{ inputs.build-target }}-Build'
49
49
with :
50
50
name : ' ${{ inputs.build-target }}-Build'
You can’t perform that action at this time.
0 commit comments