File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
E2E_TEST_AWS_REGION : ' us-west-2'
33
33
E2E_TEST_ACCOUNT_ID : ${{ secrets.APPLICATION_SIGNALS_E2E_TEST_ACCOUNT_ID }}
34
34
E2E_TEST_ROLE_NAME : ${{ secrets.APPLICATION_SIGNALS_E2E_TEST_ROLE_NAME }}
35
- DOTNET_VERSION : ${{ inputs.dotnet-version || '8.0' }}
36
- SAMPLE_APP_ZIP : s3://aws-appsignals-sample-app-prod-us-east-1/dotnet-sample-app-${{ inputs.dotnet-version || '8.0' }}.zip
35
+ DOTNET_VERSION : ${{ inputs.dotnet-version }}
36
+ SAMPLE_APP_ZIP : s3://aws-appsignals-sample-app-prod-us-east-1/dotnet-sample-app-${{ inputs.dotnet-version }}.zip
37
37
METRIC_NAMESPACE : ApplicationSignals
38
38
LOG_GROUP_NAME : aws/spans
39
- ADOT_DISTRO_NAME : ${{ inputs.staging_distro_name || 'aws-opentelemetry-distro' }}
39
+ ADOT_DISTRO_NAME : ${{ inputs.staging_distro_name }}
40
40
TEST_RESOURCES_FOLDER : ${GITHUB_WORKSPACE}
41
41
42
42
jobs :
You can’t perform that action at this time.
0 commit comments