Skip to content

Commit 81569a0

Browse files
committed
Fix validation workflow target branch
1 parent dfd100b commit 81569a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
validate:
17-
uses: cakephp/.github/.github/workflows/docs-validation.yml@doc-workflows
17+
uses: cakephp/.github/.github/workflows/docs-validation.yml@5.x
1818
with:
1919
docs-path: 'docs'
2020
vitepress-path: 'docs/.vitepress'
@@ -24,4 +24,4 @@ jobs:
2424
enable-spell-check: true
2525
enable-markdown-lint: true
2626
enable-link-check: true
27-
tools-ref: 'doc-workflows'
27+
tools-ref: '5.x'

0 commit comments

Comments
 (0)