Skip to content

jmn8718/action-esper.io-upload

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/action-esper.io-upload@v1.1 with: enterpriseId: 'ENTERPRISE_ID' apiKey: 'API_KEY' endpointName: 'ENDPOINT_NAME' filePath: 'FILE_PATH'

References