From 1f38f800e3be0eaa66427c5416a8130ccde88291 Mon Sep 17 00:00:00 2001 From: marocchino Date: Wed, 29 Sep 2021 03:07:10 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20ci=20for=20hide=5Fdetails=20opti?= =?UTF-8?q?on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/comment_on_workflow_run.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/comment_on_workflow_run.yml b/.github/workflows/comment_on_workflow_run.yml index dc57484..5841cf4 100644 --- a/.github/workflows/comment_on_workflow_run.yml +++ b/.github/workflows/comment_on_workflow_run.yml @@ -23,6 +23,17 @@ jobs: header: All number: ${{ steps.artifact.outputs.number }} message: | +
+ output of `yarn all` + ``` ${{ steps.artifact.outputs.all_result }} ``` +
+ - uses: ./ + with: + header: All + append: true + hide_details: true + message: | + The build is over.