Required 'Soti api url'
Required 'path of Apk'
Required 'Soti api key'
Required 'Soti api secret'
Required 'Soti username'
Required 'Soti password'
Optional boolean -> default false 'auto update apk version on profile and install it on device link'
Optional Required if auto-update
is true 'soti profile name'
Optional Required if auto-update
is true 'package name'
uses: ZeroGachis/github-action-soti-apk-uploader@main
with:
soti-api-url: "Soti api url"
apk-path: "Apk path"
soti-api-key: "Soti api key"
soti-api-secret: "Soti api secret"
soti-username: "Soti username"
soti-password: "Soti password"
//optional
auto-update: true
soti-profile-id: "Soti profile id"
package-name: "Package name"