In the section "GitHub Action Workflow Example" the following is included
- name: Sensuflow with required settings
uses: sensu/sensu-flow@0.6.0
which references version 0.6.0
As far as I can tell, the most recent available version as of this posting is 0.5.0
Additionally, it suggests using the inputs sensu_api_url and sensu_api_key.
Attempting to use those inputs with version 0.5.0 results in the following error.
In the section "GitHub Action Workflow Example" the following is included
which references version 0.6.0
As far as I can tell, the most recent available version as of this posting is 0.5.0
Additionally, it suggests using the inputs
sensu_api_url
andsensu_api_key
. Attempting to use those inputs with version 0.5.0 results in the following error.Additionally (though unrelated) the term "handlersets" is misspelled as "handelersets" in the "How It Works" section.