Skip to content

Commit

Permalink
typo修正
Browse files Browse the repository at this point in the history
  • Loading branch information
sokuhatiku committed Jan 3, 2024
1 parent 5beb16b commit f304c1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: Run tests
uses: game-ci/unity-test-runner@v4
env:
UNITY_LICENSE: ${{ secrests.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrests.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrests.UNITY_PASSWORD }}
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
unityVersion: ${{ matrix.unity-version }}
githubToken: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f304c1f

Please sign in to comment.