mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-19 14:35:50 +00:00
👷 ci for hide_details option
This commit is contained in:
parent
0fbcad7795
commit
1f38f800e3
1 changed files with 11 additions and 0 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
|
header: All
|
||||||
number: ${{ steps.artifact.outputs.number }}
|
number: ${{ steps.artifact.outputs.number }}
|
||||||
message: |
|
message: |
|
||||||
|
<details open>
|
||||||
|
<summary>output of `yarn all`</summary>
|
||||||
|
|
||||||
```
|
```
|
||||||
${{ steps.artifact.outputs.all_result }}
|
${{ steps.artifact.outputs.all_result }}
|
||||||
```
|
```
|
||||||
|
</details>
|
||||||
|
- uses: ./
|
||||||
|
with:
|
||||||
|
header: All
|
||||||
|
append: true
|
||||||
|
hide_details: true
|
||||||
|
message: |
|
||||||
|
The build is over.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue