We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2aca48 commit 8992a67Copy full SHA for 8992a67
.github/workflows/docker-build.yaml
@@ -110,7 +110,7 @@ jobs:
110
terraform apply --auto-approve
111
docker logs ${{ needs.build.outputs.INSTANCE_NAME }}
112
echo TFSTATE=$(curl -sS http://localhost:2442/?env=InT) | tee -a $GITHUB_ENV
113
- echo "|Happy Path|✅ Success|" >> /tmp/summary
+ echo "|$(basename $GITHUB_STEP_SUMMARY)|✅ Success|" >> /tmp/summary
114
115
- name: Validate Terraform State
116
# Validate that Terraform state saved in PyTerraBackTYL matches the content of the file generated by Terraform
0 commit comments