Skip to content

Commit d81e4d9

Browse files
committed
head.sha
1 parent 90d7365 commit d81e4d9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111
uses: couchbaselabs/docs-runner/.github/workflows/vale-review.yml@main
1212
with:
1313
path: example
14-
1514
pull_request_number: ${{ github.event.number }}
1615
base_sha: ${{ github.event.pull_request.base.sha }}
17-
head_sha: ${{ github.event.pull_request.head }}
18-
repository: ${{github.repository}}
16+
head_sha: ${{ github.event.pull_request.head.sha }}
17+
repository: ${{ github.repository }}

0 commit comments

Comments
 (0)