Skip to content

Commit 81b9a3f

Browse files
revert unity action to main for teseting
1 parent 4ea2378 commit 81b9a3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ runs:
2727
name: Unity Editor Validation
2828
uses: xrtk/unity-validate@v2
2929

30-
- uses: xrtk/unity-action@v2
30+
- uses: xrtk/unity-action@main
3131
name: Project Validation
3232
with:
3333
name: 'project-validation'
3434
editor-path: '${{ env.editor-path }}'
3535
project-path: '${{ env.project-path }}'
3636
args: '-quit -batchmode -executeMethod XRTK.Editor.BuildPipeline.UnityPlayerBuildTools.ValidateProject ${{ inputs.additional-valiate-args }}'
3737

38-
- uses: xrtk/unity-action@v2
38+
- uses: xrtk/unity-action@main
3939
name: '${{ inputs.build-target }}-Tests'
4040
with:
4141
name: '${{ inputs.build-target }}-Tests'
@@ -44,7 +44,7 @@ runs:
4444
build-target: '${{ inputs.build-target }}'
4545
args: '-batchmode -runEditorTests ${{ inputs.additional-test-args }}'
4646

47-
- uses: xrtk/unity-action@v2
47+
- uses: xrtk/unity-action@main
4848
name: '${{ inputs.build-target }}-Build'
4949
with:
5050
name: '${{ inputs.build-target }}-Build'

0 commit comments

Comments
 (0)