Skip to content

Commit 758b07e

Browse files
committed
test amend
1 parent 1ece2be commit 758b07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
- name: Get the sample app and EC2 instance information
164164
working-directory: terraform/java/ec2/adot-sigv4
165165
run: |
166-
echo "MAIN_SERVICE_ENDPOINT=${{env.MAIN_SERVICE_ADDRESS}}:8080" >> $GITHUB_ENV
166+
echo "MAIN_SERVICE_ENDPOINT=localhost:8080" >> $GITHUB_ENV
167167
echo "REMOTE_SERVICE_IP=$(terraform output sample_app_remote_service_private_ip)" >> $GITHUB_ENV
168168
echo "MAIN_SERVICE_INSTANCE_ID=$(terraform output main_service_instance_id)" >> $GITHUB_ENV
169169

0 commit comments

Comments
 (0)