mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-14 04:21:14 +00:00
π·π run with pr number
This commit is contained in:
parent
f7630261a5
commit
52f92df85d
1 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
name: Comment on PR
|
||||
name: Comment on Workflow Run
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
number: ${{ steps.artifact.outputs.number }}
|
||||
message: |
|
||||
<details open>
|
||||
<summary>output of `yarn all`</summary>
|
||||
<summary>output of yarn all</summary>
|
||||
|
||||
```
|
||||
${{ steps.artifact.outputs.all_result }}
|
||||
|
|
@ -33,6 +33,7 @@ jobs:
|
|||
- uses: ./
|
||||
with:
|
||||
header: All
|
||||
number: ${{ steps.artifact.outputs.number }}
|
||||
append: true
|
||||
hide_details: true
|
||||
message: |
|
||||
|
|
|
|||
Loadingβ¦
Reference in a new issue