We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3aef81e + c124468 commit 0296757Copy full SHA for 0296757
.github/workflows/appinspect.yml
@@ -34,7 +34,7 @@ jobs:
34
APPINSPECTPASSWORD: "${{ secrets.APPINSPECTPASSWORD }}"
35
run: |
36
echo $APPINSPECTUSERNAME
37
- contentctl inspect --splunk-api-username "$APPINSPECTUSERNAME" --splunk-api-password "$APPINSPECTPASSWORD" --stack_type victoria --enrichments --enable-metadata-validation --suppress-missing-content-exceptions
+ contentctl inspect --splunk-api-username "$APPINSPECTUSERNAME" --splunk-api-password "$APPINSPECTPASSWORD" --enrichments --enable-metadata-validation --suppress-missing-content-exceptions
38
echo "done appinspect"
39
mkdir -p artifacts/app_inspect_report
40
cp -r dist/*.html artifacts/app_inspect_report
0 commit comments