aljazeeraplus/Sauce Labs Storage Action
Action responsible to upload the app into the Application Storage
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| endpoint-action | Action to perform - options are "upload", "get-file-id", etc. | yes | — |
| sauce-labs-username | Username credential | yes | — |
| sauce-labs-access-key | Access key credential | yes | — |
| sauce-labs-data-center-host-name | Data Center hostname | no | https://api.us-west-1.saucelabs.com |
| upload-file-path | App file path (required for upload artifact) | no | — |
| upload-artifact-description | App build description (required for upload artifact) | no | Built from branch: ${{ (github.event_name == 'push' && github.ref) || (github.event_name == 'pull_request' && github.head_ref) }}. Workflow URL: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}} |
| get-file-id-platform | Platform to get the file from (required for get artifact) | no | — |
| get-file-id-app-version | Version to get the file from (required for get artifact) | no | — |
| get-file-id-app-build-number | Build number to get the file from (required for get artifact) | no | — |
| get-file-id-app-description | Description to get the file from (required for get artifact) | no | — |
Outputs
| name | description |
|---|---|
| file-id | File id generated by Sauce Labs |