We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0960dd0 commit f1924dbCopy full SHA for f1924db
1 file changed
.github/workflows/ci-license.yml
@@ -65,6 +65,10 @@ jobs:
65
If you have any questions please reach out to us on our [Discord](https://discord.webdriver.io/)
66
channel. We are happy to help you out there.
67
68
+ - name: 💥 Exit with error
69
+ if: ${{ steps.check.outputs.result > 0 }}
70
+ run: exit 1
71
+
72
- uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
73
if: ${{ steps.check.outputs.result == 0 }}
74
with:
0 commit comments