👷 ci for hide_details option

This commit is contained in:
marocchino 2021-09-29 03:07:10 +09:00
parent 0fbcad7795
commit 1f38f800e3
No known key found for this signature in database
GPG key ID: AFF521DBDB122570

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.