crazyurus/GitHub Action for WeChat MiniProgram
A GitHub Action to automate deploying WeChat MiniProgram. Based on the miniprogram-ci.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 16, 2024
- License
- GPL 3.0
- Runtime
- Deprecated runtime
Pinned Snippet
uses: crazyurus/miniprogram-action@5821e3719973aad2e60de0488b76a28dba0f1f88 # 2.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| action_type | Action type, preview or upload | no | upload |
| project_path | Project path, which contains project.config.json | no | . |
| page_path | Page path, one of the pages in app.json | no | — |
| page_query | Page query | no | "" |
| scene | Scene code | no | 1011 |
| version | Publish version | no | 1.0.0 |
| description | Release notes | no | — |
| ci | Number of CI | no | 24 |
Outputs
| name | description |
|---|---|
| preview_qrcode | The base64 content of the MiniProgram to preview the QR code |
| preview_qrcode_path | The file path of the MiniProgram to preview the QR code |