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 f16be8f commit 494c06fCopy full SHA for 494c06f
.github/workflows/commit-message-validator.yml
@@ -15,6 +15,6 @@ jobs:
15
- name: Commit message validation
16
uses: lumapps/commit-message-validator@master
17
with:
18
- no_jira: 1
+ no_jira: true
19
env:
20
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
action.yml
@@ -25,6 +25,6 @@ runs:
25
- name: Validation
26
run: ${{ github.action_path }}/check.sh ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
27
28
- no_jira: ${{ inputs.no_jira }}
29
- allow_temp: ${{ inputs.allow_temp }}
+ COMMIT_VALIDATOR_NO_JIRA: ${{ inputs.no_jira }}
+ COMMIT_VALIDATOR_ALLOW_TEMP: ${{ inputs.allow_temp }}
30
shell: bash
0 commit comments