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.