mirror of
https://github.com/game-ci/unity-actions.git
synced 2026-01-29 04:39:07 +08:00
Revert to env variables, since args are passed in command line
This commit is contained in:
@@ -2,12 +2,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
UNITY_LICENSE=$1
|
||||
UNITY_SERIAL=$2
|
||||
UNITY_EMAIL=$3
|
||||
UNITY_PASSWORD=$4
|
||||
|
||||
if [[ -n "$UNITY_LICENSE" ]] && [[ "$UNITY_LICENSE" != "none" ]]; then
|
||||
if [[ -n "$UNITY_LICENSE" ]]; then
|
||||
#
|
||||
# PERSONAL LICENSE MODE
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user