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 1d69613 commit 1eeee74Copy full SHA for 1eeee74
.github/workflows/commit-checker.yml
@@ -14,5 +14,5 @@ jobs:
14
ref: '${{ github.event.pull_request.base.ref }}'
15
16
- name: Commit validation
17
- run: bash ${GITHUB_WORKSPACE}/scripts/commit-checker.sh ${{ github.event.pull_request.head.ref }} ${{ github.event.pull_request.base.ref }}
+ run: bash ${GITHUB_WORKSPACE}/.github/scripts/commit-checker.sh ${{ github.event.pull_request.head.ref }} ${{ github.event.pull_request.base.ref }}
18
0 commit comments