mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-14 12:31: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:
|
on:
|
||||||
workflow_run:
|
workflow_run:
|
||||||
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
number: ${{ steps.artifact.outputs.number }}
|
number: ${{ steps.artifact.outputs.number }}
|
||||||
message: |
|
message: |
|
||||||
<details open>
|
<details open>
|
||||||
<summary>output of `yarn all`</summary>
|
<summary>output of yarn all</summary>
|
||||||
|
|
||||||
```
|
```
|
||||||
${{ steps.artifact.outputs.all_result }}
|
${{ steps.artifact.outputs.all_result }}
|
||||||
|
|
@ -33,6 +33,7 @@ jobs:
|
||||||
- uses: ./
|
- uses: ./
|
||||||
with:
|
with:
|
||||||
header: All
|
header: All
|
||||||
|
number: ${{ steps.artifact.outputs.number }}
|
||||||
append: true
|
append: true
|
||||||
hide_details: true
|
hide_details: true
|
||||||
message: |
|
message: |
|
||||||
|
|
|
||||||
Loadingβ¦
Reference in a new issue