philip-gai/Kusto Script
Run a Kusto script or inline query against your Kusto cluster in your GitHub Actions workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| kusto-uri | The connection URI for the Kusto cluster or database | yes | — |
| kusto-query | The Kusto query to run | — | — |
| kusto-script | The path to the Kusto script to run | — | — |
| kusto-script-folders | Space separated list of paths to folders contains Kusto scripts. Will recursively run all files in the directory | — | — |
| kusto-cli-path | The path on the runner to the Kusto CLI | — | — |
| azure-tenant | A String value that provides the name or ID of the user's tenant. The default value is microsoft.com. | — | — |
Outputs
| name | description |
|---|---|
| result | The result of the Kusto script or inline query in markdown format |