actions-marketplace-validations/gsheet.action
This action helps in CRUD operations on a google sheet.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| spreadsheetId | The id of the spreadsheet to use | yes | — |
| commands | 'The commands and arguments to use as an array - must be a valid json string e.g. [ { "command": "addWorksheet", "args": { "worksheetTitle": "test" }}, { "command": "updateData", "args": { "data": [["A1", "A2", "A3"]] }} ]' | yes | — |
Outputs
| name | description |
|---|---|
| results | The results of all commands as an array |