Background
The Run GitHub Cloud Query Action performs PostgreSQL queries on GitHub resources with a powerful and simple syntax. For example, listing all branches of a GitHub repo can be done simply:Blink supports this Steampipe version: v0.25.0.
Action Parameters
| Parameter | Description | 
|---|---|
| SQL statement | The SQL query to execute against database resources. Use standard SQL syntax. | 
| Output format | The representation of the output result. The possible options are “Table”, “CSV” or “JSON”. | 

This action does not support GitHub Oauth connections.