jmatsu/This action uploads an application file to DeployGate

An action to upload an application file to DeployGate

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Feb 17, 2021
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: jmatsu/dg-upload-app-action@08daaa236f4b04b1af93aa288c2e2bbe8bf40fcb # v0.2.2

tags can be moved; commit SHAs can't. why a SHA?

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.