mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-12 17:30:04 +00:00
Hide details (#435)
* ✨ hide details * 📦 build * 👷 ci for hide_details option
This commit is contained in:
parent
53e089cfe2
commit
21a90c1106
12 changed files with 136 additions and 8 deletions
11
.github/workflows/comment_on_workflow_run.yml
vendored
11
.github/workflows/comment_on_workflow_run.yml
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue