Skip to content

Commit 503e0fa

Browse files
committed
fix name of PATH
1 parent c8e6920 commit 503e0fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55

66
env:
7-
PATH: example
7+
CHECKOUT_PATH: example
88

99
jobs:
1010
checkout:
@@ -16,4 +16,4 @@ jobs:
1616
uses: couchbaselabs/docs-runner/.github/workflows/vale-review.yml@main
1717
needs: checkout
1818
with:
19-
path: ${{vars.PATH}}
19+
path: ${{vars.CHECKOUT_PATH}}

0 commit comments

Comments
 (0)