Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poisonousjohn/upload-to-kobiton
Uploads app to kobiton
https://github.com/poisonousjohn/upload-to-kobiton
Last synced: 5 days ago
JSON representation
Uploads app to kobiton
- Host: GitHub
- URL: https://github.com/poisonousjohn/upload-to-kobiton
- Owner: PoisonousJohn
- License: mit
- Created: 2020-02-04T18:27:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T12:35:57.000Z (over 1 year ago)
- Last Synced: 2024-10-19T11:41:02.495Z (29 days ago)
- Language: TypeScript
- Size: 531 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Upload artifact to Kobiton
This action uploads artifact to [Kobiton](https://kobiton.com) app storage to use it for app testing
## Usage
```yaml
uses: PoisonousJohn/upload-to-kobiton@v1
with:
kobitonLogin: ***
kobitonKey: ***
appId: ***
artifactPath: ***
fileName: ***
```