We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d1300f commit 5296793Copy full SHA for 5296793
action.yml
@@ -1,8 +1,13 @@
1
name: 'Unity - Request Activation File'
2
+author: Webber Takken <[email protected]>
3
description: 'Request the manual activation file for acquiring a Unity personal license.'
4
+inputs: {}
5
outputs:
6
filePath:
7
description: 'Path of the manual activation file'
8
runs:
9
using: 'docker'
10
image: 'Dockerfile'
11
+branding:
12
+ icon: 'box'
13
+ color: 'gray-dark'
0 commit comments