We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ca58e commit d0c4110Copy full SHA for d0c4110
.github/workflows/plugin_docs_test.yaml
@@ -22,13 +22,14 @@ jobs:
22
uses: actions/checkout@v4
23
with:
24
repository: elastic/logstash
25
- ref: 8.x # test on 8.x until we find how to test with the new docs system
+ ref: 8.19 # test on 8.19 until we find how to test with the new docs system
26
path: logstash
27
- name: Checkout logstash-docs repo
28
29
30
repository: elastic/logstash-docs
31
path: logstash-docs
32
+ ref: 8.19
33
- name: copy plugin doc entry to logstash-docs
34
run: |
35
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