Skip to content

Commit dec9b88

Browse files
authored
Update reference_docs90.yml to reinstate cloning of logstash repo
1 parent 7414f4b commit dec9b88

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/reference_docs90.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ jobs:
4646
repository: elastic/docs
4747
path: docs
4848
fetch-depth: 1
49+
- name: Clone elastic/logstash
50+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
51+
with:
52+
repository: elastic/logstash
53+
path: logstash
54+
fetch-depth: 1
55+
ref: ${{ github.event.inputs.branch }}
4956
- name: Generate plugin versions
5057
working-directory: ./logstash
5158
env:

0 commit comments

Comments
 (0)