From 52f92df85def6717f98b3133af304cb86309455a Mon Sep 17 00:00:00 2001 From: marocchino Date: Wed, 29 Sep 2021 03:22:13 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=F0=9F=99=88=20run=20with=20pr=20nu?= =?UTF-8?q?mber?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/comment_on_workflow_run.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/comment_on_workflow_run.yml b/.github/workflows/comment_on_workflow_run.yml index 5841cf4..6a041b3 100644 --- a/.github/workflows/comment_on_workflow_run.yml +++ b/.github/workflows/comment_on_workflow_run.yml @@ -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: |
- output of `yarn all` + output of yarn all ``` ${{ 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: |