generated from actions/javascript-action
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathaction.yml
More file actions
25 lines (25 loc) · 739 Bytes
/
action.yml
File metadata and controls
25 lines (25 loc) · 739 Bytes
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
name: 'Firebase App Distribution Upload'
description: 'Uploads an artifact to Firebase App Distribution'
author: 'Samuel Abada <@mastersam07>'
branding:
color: 'orange'
icon: 'upload-cloud'
inputs:
serviceCredentialsFileContent:
description: 'Service account key JSON content for Firebase authentication'
required: true
appId:
description: 'The app ID of your Firebase app'
required: true
file:
description: 'Path to the artifact file to upload'
required: true
groups:
description: 'Distribution groups to distribute the artifact to'
required: false
releaseNotes:
description: 'Release notes for the uploaded artifact'
required: false
runs:
using: node20
main: 'dist/index.js'