mudlet/gsheets-append-action
GitHub action to append data to 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 |
|---|---|---|---|
| GOOGLE_USER_MAIL | The user ID to authenticate the service account user. | yes | — |
| GOOGLE_USER_KEY | The users private key to authenticate the service account user. | yes | — |
| SPREADSHEET | The spreadsheet ID to append the data to. | yes | — |
| DATA_FILE_PATH | The csv file containing the data to upload. Use either this or DATA_ENV_NAME. NOTE: If DATA_FILE_PATH is configured, DATA_ENV_NAME will be ignored. | — | — |
| DATA_ENV_NAME | The environment variable containing the data to upload in CSV format. Use either this or DATA_FILE_PATH. NOTE: If DATA_FILE_PATH is configured, DATA_ENV_NAME will be ignored. | — | — |
| TABLE_START_CELL | The cell that defines the "table anchor" in the format `sheetName!A1`. | — | A1 |
| UPDATE | Update or append data. | — | false |
Outputs
no outputs