Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
box

GitHub Action

Unity - Return License

v0.1 Pre-release

Unity - Return License

box

Unity - Return License

Return a Unity Pro license and free up a spot towards the maximum number of active licenses

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Unity - Return License

uses: game-ci/unity-return-license@v0.1

Learn more about this action in game-ci/unity-return-license

Choose a version

Unity - Return License

Actions status


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.

Documentation

See the Unity Actions collection repository for complete workflow documentation and reference implementations.

Usage

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 }}

More actions

Visit Unity Actions to find related actions for Unity.

Feel free to contribute.

Licence

MIT