From 62c520f442c180252f717f086c4bdf421caafd69 Mon Sep 17 00:00:00 2001 From: Stephen Hodgson Date: Sat, 1 Feb 2025 19:35:34 -0500 Subject: [PATCH 1/2] unity-test-summary@v1.0.1 - fix action description --- action.yml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 0857e70..54942dd 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: unity-test-summary -description: 'A GitHub Actions template repository for TypeScript based Actions' +description: 'A GitHub action to gather and display Unit Tests from the Unity Game Engine.' branding: icon: 'list' color: 'blue' diff --git a/package-lock.json b/package-lock.json index 986a2e7..6ac1ac4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "unity-test-summary", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "unity-test-summary", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index a5a6073..e31472c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unity-test-summary", - "version": "1.0.0", + "version": "1.0.1", "description": "A GitHub action to gather and display Unit Tests from the Unity Game Engine.", "author": "RageAgainstThePixel", "license": "MIT", From c95a70a75cc52258741d80fbee0868464f1e8b5e Mon Sep 17 00:00:00 2001 From: Stephen Hodgson Date: Sat, 1 Feb 2025 19:45:32 -0500 Subject: [PATCH 2/2] remove test ref --- .github/workflows/validate.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 9978132..f93acc5 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -42,7 +42,6 @@ jobs: with: repository: RageAgainstThePixel/com.utilities.async path: com.utilities.async - ref: test - uses: RageAgainstThePixel/unity-setup@v1 with: unity-version: ${{ matrix.unity-version }}