-
Notifications
You must be signed in to change notification settings - Fork 8
/
action.yml
27 lines (27 loc) · 865 Bytes
/
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
name: 'Firebase App Distribution Action'
description: 'Distributes IPA or APK to testers.'
author: 'hasretsariyer@gmail.com'
inputs:
app_id:
description: 'Firebase App ID. You can find it in the Firebase console, on the General Settings page.'
required: true
app_file:
description: 'Path of IPA or APK file to distribution.'
required: true
firebase_token:
description: |
'Firebase access token. You can create it by `firebase login:ci` on your local machine.
Visit [cli-ci-systems](https://firebase.google.com/docs/cli#cli-ci-systems) for more detail'
required: true
tester_groups:
description: 'Distribution groups'
required: false
release_notes:
description: 'Release notes for this build.'
required: false
branding:
icon: "send"
color: "yellow"
runs:
using: 'docker'
image: 'Dockerfile'