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 }} 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",