actions-marketplace-validations/deploygate-upload-app

An action to upload an application file to DeployGate

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
api_tokenno
app_owner_nameno
app_file_pathyes
messageA short message to explain this updateno
disable_notificationiOS only option. Specify false if iOS's notifications should be enabled.notrue
publicSpecify true if an application to be uploaded should be publicnofalse
distribution_find_byEnum. Specify either key or nameno
distribution_idA name or a key of a distribution to update(create). As for name, this action uses branch name unless specified. Required if distribution_find_by is specified.no
release_noteA release note of this revision. This will be shown in a distribution.no
pinSpecify true if the application file should be pinned. This may fail if the number of the pinned files exceeds the maximum.nofalse
exclude_patternA pattern to ignore names which you do not want to destroy. The syntax is based on Bash 4.xno""
ignore_api_failureSpecify true if this action should not exit with any failure status when calling DeployGate API.false
namedescription
response_json_pathA path to an api response
package_nameThe package name of the uploaded app
download_urlThe URL to download the uploaded application file
distribution_keyThe access key of the created/updated distribution
distribution_urlThe created/updated distribution URL if exists
uploadedTrue if upload has been succeeded, otherwise false.
pinnedTrue if the revision has been pinned, otherwise false.