commit
510a4aa98b
|
@ -52,8 +52,13 @@ jobs:
|
|||
with:
|
||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
comment-body: |
|
||||
<details>
|
||||
<summary>🐛 Linter Result</summary>
|
||||
|
||||
${{ steps.run.outputs.stdout }}
|
||||
|
||||
- name: Fail Pipeline
|
||||
if: ${{ steps.run.outputs.stderr }}
|
||||
run: exit 1
|
||||
</details>
|
||||
|
||||
# - name: Fail Pipeline
|
||||
# if: ${{ steps.run.outputs.stderr }}
|
||||
# run: exit 1
|
||||
|
|
Loading…
Reference in New Issue