Skip to content

Commit 51fbe1a

Browse files
committed
Cleanup after trial and error
1 parent 6b38400 commit 51fbe1a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ jobs:
55
activateAndThenReturnLicense:
66
name: returnLicense 🎈
77
runs-on: ubuntu-latest
8+
env:
9+
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
10+
811
steps:
912
# Checkout repository (required to test local actions)
1013
- name: Checkout repository
@@ -13,11 +16,7 @@ jobs:
1316
# Activate Unity
1417
- name: Activate Unity
1518
uses: webbertakken/unity-activate@v1
16-
env:
17-
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
1819

1920
# Return License
2021
- name: Return license
2122
uses: ./
22-
env:
23-
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}

entrypoint.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#!/usr/bin/env bash
22

33
#
4-
# Return a Unity Pro license and free up a spot towards the maximum number of active licenses.
4+
# PROFESSIONAL (SERIAL) LICENSE MODE
5+
#
6+
# This will return the license that is currently in use.
57
#
68
xvfb-run --auto-servernum --server-args='-screen 0 640x480x24' \
79
/opt/Unity/Editor/Unity \

0 commit comments

Comments
 (0)