Skip to content

Commit d60eb1c

Browse files
committed
chore(action): output in github step summary
1 parent dcbc336 commit d60eb1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
- name: Validation
4343
run: |
4444
${{ github.action_path }}/check.sh \
45-
${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
45+
${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }} >> $GITHUB_STEP_SUMMARY
4646
env:
4747
COMMIT_VALIDATOR_NO_JIRA: ${{ inputs.no_jira }}
4848
COMMIT_VALIDATOR_ALLOW_TEMP: ${{ inputs.allow_temp }}

0 commit comments

Comments
 (0)