actions-marketplace-validations/This action uploads an application file to DeployGate
An action to upload an application file to DeployGate
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 17, 2021
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/jmatsu_dg-upload-app-action@cc996c1b7f71046b997d1eb2ef09530fc384bcca # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| api_token | — | no | — |
| app_owner_name | — | no | — |
| app_file_path | — | yes | — |
| message | A short message to explain this update | no | — |
| disable_notification | iOS only option. Specify false if iOS's notifications should be enabled. | no | true |
| public | Specify true if an application to be uploaded should be public | no | false |
| distribution_find_by | Enum. Specify either key or name | no | — |
| distribution_id | A 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_note | A release note of this revision. This will be shown in a distribution. | no | — |
| pin | Specify true if the application file should be pinned. This may fail if the number of the pinned files exceeds the maximum. | no | false |
| exclude_pattern | A pattern to ignore names which you do not want to destroy. The syntax is based on Bash 4.x | no | "" |
| ignore_api_failure | Specify true if this action should not exit with any failure status when calling DeployGate API. | — | false |
Outputs
| name | description |
|---|---|
| response_json_path | A path to an api response |
| package_name | The package name of the uploaded app |
| download_url | The URL to download the uploaded application file |
| distribution_key | The access key of the created/updated distribution |
| distribution_url | The created/updated distribution URL if exists |
| uploaded | True if upload has been succeeded, otherwise false. |
| pinned | True if the revision has been pinned, otherwise false. |