We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f9ab0 commit 6841dadCopy full SHA for 6841dad
1 file changed
action.yaml
@@ -37,7 +37,7 @@ runs:
37
- name: 'get base branch last commit'
38
run: git fetch origin ${{ inputs.base-branch }}:${{ inputs.base-branch }} --depth 1
39
shell: bash
40
- if: ${{ github.head_ref != inputs.base-branch }}
+ if: ${{ github.ref_name != inputs.base-branch }}
41
- name: "Lint commits"
42
43
run: |
0 commit comments