From d60eb1c599d36a8addf9ff285b98535cddf6e1cf Mon Sep 17 00:00:00 2001 From: Thomas Magalhaes Date: Tue, 2 Sep 2025 11:41:59 +0200 Subject: [PATCH] chore(action): output in github step summary --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2ec348e..b7e5e77 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.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }} >> $GITHUB_STEP_SUMMARY env: COMMIT_VALIDATOR_NO_JIRA: ${{ inputs.no_jira }} COMMIT_VALIDATOR_ALLOW_TEMP: ${{ inputs.allow_temp }}