/execute-discourse-query

Executes a Discourse data-explorer query via the API

Primary LanguageTypeScriptMIT LicenseMIT

Execute Discourse Query

A GitHub Action to execute a Discourse query and return the results.

Use

Inputs

  • discourseKeyrequired API key used to execute the query
  • format — The format to store the results in: either json or markdown (default: json)
  • hostnamerequired Hostname of the Discourse instance to submit the query to
  • idrequired ID of the query to execute
  • params — JSON object containing the parameters for the query
  • pathrequired File path to store the results in

Outputs

  • path — File path where the results of the query were stored

License

MIT