Skip to content

Commit 9ae8810

Browse files
unity-test-summary@v1.0.1 (#2)
- fix action description
1 parent c5afece commit 9ae8810

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/workflows/validate.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
with:
4343
repository: RageAgainstThePixel/com.utilities.async
4444
path: com.utilities.async
45-
ref: test
4645
- uses: RageAgainstThePixel/unity-setup@v1
4746
with:
4847
unity-version: ${{ matrix.unity-version }}

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: unity-test-summary
2-
description: 'A GitHub Actions template repository for TypeScript based Actions'
2+
description: 'A GitHub action to gather and display Unit Tests from the Unity Game Engine.'
33
branding:
44
icon: 'list'
55
color: 'blue'

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unity-test-summary",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A GitHub action to gather and display Unit Tests from the Unity Game Engine.",
55
"author": "RageAgainstThePixel",
66
"license": "MIT",

0 commit comments

Comments
 (0)