πŸ‘·πŸ™ˆ run with pr number

This commit is contained in:
marocchino 2021-09-29 03:22:13 +09:00
parent f7630261a5
commit 52f92df85d
No known key found for this signature in database
GPG key ID: AFF521DBDB122570

View file

@ -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: |