googlesamples / unity-jar-resolver

Unity plugin which resolves Android & iOS dependencies and performs version management
Other
1.21k stars 337 forks source link

Fix Build GHA cron job #636

Closed chkuang-g closed 10 months ago

chkuang-g commented 10 months ago

Input value from workflow_dispatch does not work if the action is triggered by cron job or other events.

Therefore, this change set default values, ex. unity_version, when the event type is not workflow_dispatch.