mudlet/gsheets-append-action

GitHub action to append data to a google sheet.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
GOOGLE_USER_MAILThe user ID to authenticate the service account user.yes
GOOGLE_USER_KEYThe users private key to authenticate the service account user.yes
SPREADSHEETThe spreadsheet ID to append the data to.yes
DATA_FILE_PATHThe 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_NAMEThe 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_CELLThe cell that defines the "table anchor" in the format `sheetName!A1`.A1
UPDATEUpdate or append data.false

no outputs