Skip to content

Commit cab0314

Browse files
committed
hardcode path
1 parent 072fd60 commit cab0314

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@ name: Hakim testing
33
on:
44
workflow_dispatch:
55

6-
env:
7-
CHECKOUT_PATH: example
8-
96
jobs:
107
vale:
118
uses: couchbaselabs/docs-runner/.github/workflows/vale-review.yml@main
129
with:
1310
repo: ${{github.repository}}
14-
path: ${{github.env.CHECKOUT_PATH}}
11+
path: example

0 commit comments

Comments
 (0)