From 80bfd65663305168d381430467acf3a597a86ae2 Mon Sep 17 00:00:00 2001 From: Guillaume Cornut Date: Wed, 8 Apr 2026 18:30:12 +0200 Subject: [PATCH] feat(action): display errors in both stdout and github summary --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b7e5e77..984aef6 100644 --- a/action.yml +++ b/action.yml @@ -42,7 +42,7 @@ runs: - name: Validation run: | ${{ github.action_path }}/check.sh \ - ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }} >> $GITHUB_STEP_SUMMARY + ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }} | tee -a $GITHUB_STEP_SUMMARY env: COMMIT_VALIDATOR_NO_JIRA: ${{ inputs.no_jira }} COMMIT_VALIDATOR_ALLOW_TEMP: ${{ inputs.allow_temp }}