[CI] Add missing clone for Fleet on-demand job (#1387)

This commit is contained in:
Ross Wolf
2021-07-27 16:55:28 -06:00
committed by GitHub
parent 92937a1ad1
commit 2e8f7cd13f
+5
View File
@@ -27,6 +27,11 @@ jobs:
core.setFailed('Forbidden branch')
}
- name: Checkout detection-rules
uses: actions/checkout@v2
with:
path: detection-rules
- name: Checkout elastic/integrations
uses: actions/checkout@v2
with: