We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb5f80 commit 5cafdc0Copy full SHA for 5cafdc0
action.yml
@@ -1,13 +1,17 @@
1
name: 'Unity - Request Activation File'
2
author: Webber Takken <webber@takken.io>
3
description: 'Request the manual activation file for acquiring a Unity personal license.'
4
-inputs: {}
+inputs:
5
+ unityVersion:
6
+ required: false
7
+ default: '2019.2.11f1'
8
+ description: 'Version of unity to use for building the project.'
9
outputs:
10
filePath:
11
description: 'Path of the manual activation file'
-runs:
- using: 'docker'
- image: 'Dockerfile'
12
branding:
13
icon: 'box'
14
color: 'gray-dark'
15
+runs:
16
+ using: 'node12'
17
+ main: 'action/index.js'
0 commit comments