Skip to content

Commit d0c4110

Browse files
authored
Update plugin_docs_test.yaml to use 8.19 branch (#73)
1 parent 46ca58e commit d0c4110

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/plugin_docs_test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@ jobs:
2222
uses: actions/checkout@v4
2323
with:
2424
repository: elastic/logstash
25-
ref: 8.x # test on 8.x until we find how to test with the new docs system
25+
ref: 8.19 # test on 8.19 until we find how to test with the new docs system
2626
path: logstash
2727
- name: Checkout logstash-docs repo
2828
uses: actions/checkout@v4
2929
with:
3030
repository: elastic/logstash-docs
3131
path: logstash-docs
32+
ref: 8.19
3233
- name: copy plugin doc entry to logstash-docs
3334
run: |
3435
cp plugin/docs/index.asciidoc "logstash-docs/docs/plugins/$(awk -F': ' '/:type:/{t=$2}/:plugin:/{p=$2} END{print t "s/" p}' plugin/docs/index.asciidoc).asciidoc"

0 commit comments

Comments
 (0)