shiftavenue/Google Apps Script (GAS) Action
GitHub Action that handles common operations for Google Apps Script scripts
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Specifies the operation that should be performed (e.g. push code, deploy or run script). Currently allowed values are: push, deploy, run | yes | — |
| access-token | OAuth2 access token associated with the Google Cloud account/user used for this action | yes | — |
| project-id | Apps Script project ID in which the script is located | yes | — |
| script-dir | Directory that contains the script code | no | ./ |
| function | Entrypoint function of the Apps Script script used when triggering an execution | no | "" |
Outputs
no outputs