Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
XinRanZhAWS committed Aug 15, 2024
1 parent 6d867b8 commit 750969a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-ec2-default-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
aws-region:
required: true
type: string
staging_wheel_name:
staging_distro_name:
required: false
default: 'aws-opentelemetry-distro'
type: string
Expand All @@ -30,7 +30,7 @@ env:
SAMPLE_APP_ZIP: s3://${{ secrets.APP_SIGNALS_E2E_EC2_JAR }}-prod-${{ inputs.aws-region }}/dotnet-sample-app.zip
METRIC_NAMESPACE: ApplicationSignals
LOG_GROUP_NAME: /aws/application-signals/data
ADOT_WHEEL_NAME: ${{ inputs.staging_wheel_name }}
ADOT_WHEEL_NAME: ${{ inputs.staging_distro_name }}
TEST_RESOURCES_FOLDER: ${GITHUB_WORKSPACE}
GET_CW_AGENT_RPM_COMMAND: "wget -O cw-agent.rpm https://amazoncloudwatch-agent-${{ inputs.aws-region }}.s3.${{ inputs.aws-region }}.amazonaws.com/amazon_linux/amd64/latest/amazon-cloudwatch-agent.rpm"

Expand Down

0 comments on commit 750969a

Please sign in to comment.