Skip to content

Commit b621cd0

Browse files
Try manual test
1 parent eb3b684 commit b621cd0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/git-commit-lint.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v4
15-
with:
16-
ref: ${{ github.event.pull_request.head.sha }}
15+
#with:
16+
# ref: ${{ github.event.pull_request.head.sha }}
1717
- name: Use Node.js 20.x
1818
uses: actions/setup-node@v4
1919
with:
@@ -24,4 +24,5 @@ jobs:
2424
run: echo ${{ github.event.sender.login }}
2525
- name: Lint commit message
2626
if: ${{ github.event.sender.login != 'dependabot[bot]' }}
27-
run: npx commitlint --from origin/${{ github.base_ref }} --to HEAD -g ./ui/package.json
27+
#run: npx commitlint --from origin/${{ github.base_ref }} --to HEAD -g ./ui/package.json
28+
run: npx commitlint --from origin/refs/heads/master --to HEAD -g ./ui/package.json

0 commit comments

Comments
 (0)