We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af474a0 commit 26106feCopy full SHA for 26106fe
.github/workflows/test-automation-task.yml
@@ -63,7 +63,7 @@ jobs:
63
# Runner: ${{ runner.name }}
64
strategy:
65
matrix:
66
- environment: [ ${{ github.event.inputs.TargetEnvironment }}, ${target_oem_environment} ]
+ environment: [ "${{ github.event.inputs.TargetEnvironment }}", ${target_oem_environment} ]
67
environment: ${{ matrix.environment }}
68
steps:
69
0 commit comments