kleine2/Clasp Action
Push or deploy to Google Apps Script using clasp
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| accessToken | access_token written in .clasprc.json | yes | — |
| idToken | id_token written in .clasprc.json | yes | — |
| refreshToken | refresh_token written in .clasprc.json | yes | — |
| clientId | clientId written in .clasprc.json | yes | — |
| clientSecret | clientSecret written in .clasprc.json | yes | — |
| scriptId | scriptId written in .clasp.json | yes | — |
| projectId | projectId written in .clasp.json | no | — |
| rootDir | Directory where scripts are stored | no | — |
| command | Command to execute(push, deploy, create, create_and_push or delete) | yes | — |
| description | Description of the deployment | no | — |
| deployId | Deploy ID that will be updated | no | — |
| title | Title of the script (required for create or create_and_push command) | no | — |
| Email used for API authentication | no | — | |
| password | Password used for API authentication | no | — |
Outputs
| name | description |
|---|---|
| script_url | URL of the created script when using the create or create_and_push command |
| spreadsheet_url | URL of the newly created spreadsheet document when using the create or create_and_push command |
| test_output | Result from the test function executed during create_and_push |