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 90d7365 commit d81e4d9Copy full SHA for d81e4d9
.github/workflows/test.yml
@@ -11,8 +11,7 @@ jobs:
11
uses: couchbaselabs/docs-runner/.github/workflows/vale-review.yml@main
12
with:
13
path: example
14
-
15
pull_request_number: ${{ github.event.number }}
16
base_sha: ${{ github.event.pull_request.base.sha }}
17
- head_sha: ${{ github.event.pull_request.head }}
18
- repository: ${{github.repository}}
+ head_sha: ${{ github.event.pull_request.head.sha }}
+ repository: ${{ github.repository }}
0 commit comments