Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit 9ec0d91

Browse files
updated usuages
1 parent 020d252 commit 9ec0d91

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Part of the [Mixed Reality Toolkit (XRTK)](https://github.com/XRTK) open source
1212
jobs:
1313
activate:
1414
steps:
15-
- uses: xrtk/unity-validate@main
15+
- uses: xrtk/unity-validate@v2
1616
build:
1717
needs: activate
1818
runs-on: windows-latest
@@ -22,7 +22,7 @@ jobs:
2222
max-parallel: 1
2323

2424
steps:
25-
- uses: xrtk/unity-action@main
25+
- uses: xrtk/unity-action@v2
2626
name: '${{ matrix.build-target }}-Tests'
2727
with:
2828
name: '${{ matrix.build-target }}-Tests'
@@ -31,7 +31,7 @@ jobs:
3131
build-target: '${{ matrix.build-target }}'
3232
args: '-batchmode -runEditorTests'
3333

34-
- uses: xrtk/unity-action@main
34+
- uses: xrtk/unity-action@v2
3535
name: '${{ matrix.build-target }}-Build'
3636
with:
3737
name: '${{ matrix.build-target }}-Build'

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ runs:
2626
steps:
2727
- name: '${{ inputs.name }}'
2828
run: |
29+
# Unity Action
2930
$editorPath = "${{ inputs.editor-path }}"
3031
$projectPath = "${{ inputs.project-path }}"
3132
$bulidTarget = "${{ inputs.build-target }}"

0 commit comments

Comments
 (0)