Skip to content

Commit c289496

Browse files
committed
Fix Test GHA when running by cron
1 parent 00229a3 commit c289496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
if: always()
134134
uses: firebase/firebase-unity-sdk/gha/unity@main
135135
with:
136-
version: ${{ inputs.unity_version }}
136+
version: ${{ needs.check_and_prepare.outputs.unity_version }}
137137
release_license: "true"
138138

139139
- name: Upload build logs

0 commit comments

Comments
 (0)