Open
Description
Testing my panel plugin against compatibility I found that the action is not failing, even if the result of @grafana/levitate@latest says that the panel is not fully compatible with the latest grafana api.
I adapted your code
plugin-actions/is-compatible/action.yml
Line 59 in 96d627e
to the following:
- if: env.fail-if-incompatible == 'yes' && steps.run-levitate.outputs.is-compatible-exit-code == 1
since you write the content of the
CODE
variable to the $GITHUB_OUTPUT
where the variable is called is-compatible-exit-code
in the step named run-levitate:plugin-actions/is-compatible/action.yml
Line 44 in 96d627e
This change made my action fail, which is the expected behavior.
Metadata
Metadata
Assignees
Labels
No labels