File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
1
2
name : ' Commit message validator'
2
- description : ' Enforce angular commit message convention with minimal dependancy only git and bash.'
3
+ description : >
4
+ Enforce angular commit message convention with minimal dependency only git and bash.
3
5
author : ' Sébastien Boulle'
4
6
branding :
5
7
icon : ' check-square'
23
25
shell : bash
24
26
25
27
- name : Validation
26
- run : ${{ github.action_path }}/check.sh ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
28
+ run : |
29
+ ${{ github.action_path }}/check.sh \
30
+ ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
27
31
env :
28
32
COMMIT_VALIDATOR_NO_JIRA : ${{ inputs.no_jira }}
29
33
COMMIT_VALIDATOR_ALLOW_TEMP : ${{ inputs.allow_temp }}
You can’t perform that action at this time.
0 commit comments