We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcbc336 commit d60eb1cCopy full SHA for d60eb1c
action.yml
@@ -42,7 +42,7 @@ runs:
42
- name: Validation
43
run: |
44
${{ github.action_path }}/check.sh \
45
- ${{ 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
46
env:
47
COMMIT_VALIDATOR_NO_JIRA: ${{ inputs.no_jira }}
48
COMMIT_VALIDATOR_ALLOW_TEMP: ${{ inputs.allow_temp }}
0 commit comments