Skip to content

Commit

Permalink
ci: made fix to parsing error
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammin committed May 19, 2024
1 parent 2c329a5 commit 606292c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-runner_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 606292c

Please sign in to comment.