Skip to content

Commit 710e41c

Browse files
author
Jeel Mehta
committed
Reverting changes made to run the workflow
1 parent 6c76277 commit 710e41c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet-ec2-adot-sigv4-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ env:
3232
E2E_TEST_AWS_REGION: 'us-west-2'
3333
E2E_TEST_ACCOUNT_ID: ${{ secrets.APPLICATION_SIGNALS_E2E_TEST_ACCOUNT_ID }}
3434
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
3737
METRIC_NAMESPACE: ApplicationSignals
3838
LOG_GROUP_NAME: aws/spans
39-
ADOT_DISTRO_NAME: ${{ inputs.staging_distro_name || 'aws-opentelemetry-distro' }}
39+
ADOT_DISTRO_NAME: ${{ inputs.staging_distro_name }}
4040
TEST_RESOURCES_FOLDER: ${GITHUB_WORKSPACE}
4141

4242
jobs:

0 commit comments

Comments
 (0)