-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaction.yml
46 lines (43 loc) · 1.1 KB
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name: "AppBrickie"
description: "To Test and Build a Debug Android App"
author: "[email protected]"
inputs:
chatid:
description: "The Place to send the App"
requried: true
packagename:
description: "Name of your app"
requried: false
type:
description: "The Framework that you are using to build your app"
requried: true
default: "native"
abi:
description: "Target ABI for flutter builds"
requried: false
firebase:
description: "Contents of your google-services.json file"
requried: false
keystore:
description: "The text dump you generated of your keystore"
requried: false
keystorePassword:
description: "Password of your keystore file"
requried: false
keyAlias:
description: "Key alias of your key that needs to be signed"
requried: false
keyPassword:
description: "Password of the key in your keystore file"
requried: false
outputs:
result:
description: "Result of automated send"
runs:
using: "docker"
image: "Dockerfile"
args:
- ${{inputs.chatid}}
branding:
icon: "play-circle"
color: "gray-dark"