Hide details (#435)

*  hide details

* 📦 build

* 👷 ci for hide_details option
This commit is contained in:
marocchino 2021-09-29 03:15:07 +09:00 committed by GitHub
parent 53e089cfe2
commit 21a90c1106
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 136 additions and 8 deletions

View file

@ -23,6 +23,17 @@ jobs:
header: All
number: ${{ steps.artifact.outputs.number }}
message: |
<details open>
<summary>output of `yarn all`</summary>
```
${{ steps.artifact.outputs.all_result }}
```
</details>
- uses: ./
with:
header: All
append: true
hide_details: true
message: |
The build is over.