Github Actions: another fix for the levitate workflow (#43659)

* chore: link to the actual workflow step

* chore: make the "Detect" workflow fail if there were any breaking changes

* chore: stop making the reporting workflow fail on breaking changes

* fix: fix typo (`mesage` -> `message`)
This commit is contained in:
Levente Balogh
2022-01-04 13:54:38 +01:00
committed by GitHub
parent 2425828a0b
commit ef35fd4069
2 changed files with 7 additions and 5 deletions
@@ -160,7 +160,4 @@ jobs:
team_reviewers: ['grafana/plugins-platform-frontend']
});
- name: Exit
run: exit ${{ steps.levitate-run.outputs.exit_code }}
shell: bash