fernthedev/QPM Action
Provides utilities for qpm CI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package_path | Specifies the path to the qpm package | no | . |
| publish | Denotes if this will publish to QPM qpackages.com. Possible values are: "late", "now" or undefined. Late publish will only run if action ran with success | no | — |
| qpm_version | The version of QPM to download. Defaults to latest release. Use version@^1.0.0 for release or ref@main for main | no | version@^1.0.0 |
| resolve_ndk | Should NDK be downloaded on restore. Will do nothing if NDK is already present. Will recycle existing NDK if present | no | true |
| version | Specifies version to publish. Requires publish | no | — |
| tag | Specifies tag to use for github release. Defaults to version | no | — |
| restore | Whether restore should be called. This will use the cache if possible | no | true |
| cache | Specifies if the action should handle caches | no | true |
| cache_lockfile | Specifies if the action should use caches with qpm.shared.json | no | true |
| qpm_release_bin | Specifies the path for the release binary or debug if not specified | no | false |
| qpm_debug_bin | Specifies the path for the debug binary | no | false |
| qpm_qmod | Specifies the path for the qmod | no | — |
| workflow_token | Specifies the workflow Github Secret Token required for some functionality | no | — |
| publish_token | The token required for publishing to qpackages.com | no | — |
Outputs
no outputs