1 parent 8284fcc commit d617162Copy full SHA for d617162
1 file changed
.github/workflows/allure-report.yml
@@ -68,8 +68,8 @@ jobs:
68
env:
69
ENDPOINT: ${{ github.event.inputs.ENDPOINT}}
70
BROWSER: ${{ github.event.inputs.BROWSER}}
71
- ASR_DEVICE: ${{ github.event.inputs.DEVICE}}
72
- ASR_LANGUAGE: ${{ github.event.inputs.LANGUAGE}}
+ ASR_DEVICE: ${{ github.event.inputs.ASR_DEVICE}}
+ ASR_LANGUAGE: ${{ github.event.inputs.ASR_LANGUAGE}}
73
OS: ${{ github.event.inputs.OS}}
74
ALLURE_JOB_RUN_ID: ${{ github.event.inputs.ALLURE_JOB_RUN_ID }}
75
ALLURE_RESULTS: "allure-results"
0 commit comments