Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 754 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 754 Bytes

action-esper.io-upload

This action uploads an apk to esper.io using Esper.io API

Inputs

enterpriseId

Required Esper.io Enterprise ID.

apiKey

Required API key to interact with esper.io API.

endpointName

Required Esper.io endpoint name.

filePath

Required APK file path.

Outputs

applicationId

New uploaded application id.

Example usage

uses: actions/[email protected] with: enterpriseId: 'ENTERPRISE_ID' apiKey: 'API_KEY' endpointName: 'ENDPOINT_NAME' filePath: 'FILE_PATH'

References