We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33118ea commit 804b320Copy full SHA for 804b320
.github/workflows/testpatterns.yml
@@ -8,8 +8,8 @@ jobs:
8
- name: add logstash repo
9
uses: myci-actions/add-deb-repo@4
10
with:
11
- repo: deb https://artifacts.elastic.co/packages/7.x/apt stable main
12
- repo-name: elastic-7.x
+ repo: deb https://artifacts.elastic.co/packages/8.x/apt stable main
+ repo-name: elastic-8.x
13
keys: D27D666CD88E42B4
14
- name: install logstash
15
run: sudo apt-get install logstash
0 commit comments