mayu-mic/Google Apps Script Action
Push, deploy or versioning of Google Apps Script Project using Clasp
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| clasprc | Clasp configuration file | yes | — |
| scriptId | Google Apps Script Script ID | yes | — |
| command | Command to execute (push, deploy or version) | yes | — |
| description | Description of the deployment | no | — |
| deploymentId | Deployment ID | no | — |
| projectRootPath | Project root path | no | — |
| sourceRootDir | Source root directory (relative to project root) | no | — |
| appsscriptJsonPath | appsscript.json path | no | — |
| claspJsonTemplatePath | .clasp.json template path | — | — |
Outputs
| name | description |
|---|---|
| deploymentId | Created deployment ID (when only deploy command) |
| versionNumber | Created version number (when only deploy and version) |