ci: put linter result in spoiler tag

This commit is contained in:
Daniel 2022-12-21 01:06:49 +01:00 committed by GitHub
parent 10903ff8f0
commit 259f7c537f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,12 @@ jobs:
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
comment-body: |
${{ steps.run.outputs.stdout }}
<details>
<summary>🐛 Linter Result</summary>
${{ steps.run.outputs.stdout }}
</details>
- name: Fail Pipeline
if: ${{ steps.run.outputs.stderr }}