We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da34b7d commit f8f8b02Copy full SHA for f8f8b02
.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 }}", "${{ env.target_oem_environment }}" ]
+ environment: [ "${{ github.event.inputs.TargetEnvironment }}", ${{ env.target_oem_environment }} ]
67
environment: ${{ matrix.environment }}
68
steps:
69
0 commit comments