From 606292cb6b1153d97ec4b7372fcb67092999e7fc Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 19 May 2024 00:05:24 -0700 Subject: [PATCH] ci: made fix to parsing error --- .github/workflows/test-runner_dispatch.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-runner_dispatch.yml b/.github/workflows/test-runner_dispatch.yml index b052c56f..1b3e75e7 100644 --- a/.github/workflows/test-runner_dispatch.yml +++ b/.github/workflows/test-runner_dispatch.yml @@ -29,10 +29,10 @@ jobs: strategy: fail-fast: false matrix: - testMode: - - editmode - unityVersion: - - ${{ github.event.inputs.unityVersion }} + testMode: + - editmode + unityVersion: + - ${{ github.event.inputs.unityVersion }} steps: #Test Checkout