Skip to content

Commit 8992a67

Browse files
committed
internet says this should work for getting the step name
1 parent e2aca48 commit 8992a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
terraform apply --auto-approve
111111
docker logs ${{ needs.build.outputs.INSTANCE_NAME }}
112112
echo TFSTATE=$(curl -sS http://localhost:2442/?env=InT) | tee -a $GITHUB_ENV
113-
echo "|Happy Path|✅ Success|" >> /tmp/summary
113+
echo "|$(basename $GITHUB_STEP_SUMMARY)|✅ Success|" >> /tmp/summary
114114
115115
- name: Validate Terraform State
116116
# Validate that Terraform state saved in PyTerraBackTYL matches the content of the file generated by Terraform

0 commit comments

Comments
 (0)