Skip to content

Commit 5cafdc0

Browse files
committed
Set action meta to run js now
1 parent 4cb5f80 commit 5cafdc0

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

action.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
name: 'Unity - Request Activation File'
22
author: Webber Takken <webber@takken.io>
33
description: 'Request the manual activation file for acquiring a Unity personal license.'
4-
inputs: {}
4+
inputs:
5+
unityVersion:
6+
required: false
7+
default: '2019.2.11f1'
8+
description: 'Version of unity to use for building the project.'
59
outputs:
610
filePath:
711
description: 'Path of the manual activation file'
8-
runs:
9-
using: 'docker'
10-
image: 'Dockerfile'
1112
branding:
1213
icon: 'box'
1314
color: 'gray-dark'
15+
runs:
16+
using: 'node12'
17+
main: 'action/index.js'

0 commit comments

Comments
 (0)