You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Unity - Return License
v0.1
Pre-release
GitHub Action to return a Unity license.
Part of the Unity Actions collection.
Use this action to return a Unity Pro license and free up a spot towards the maximum number of active licenses.
See the Unity Actions collection repository for complete workflow documentation and reference implementations.
When your workflow is finished, or ends in a failure; return the license.
Add this job to your workflow:
# Return License
- name: Return license
uses: webbertakken/unity-return-license@v0.1
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
Visit Unity Actions to find related actions for Unity.
Feel free to contribute.