Skip to content

Commit 140adcd

Browse files
committed
perf: remove printing GITHUB_STEP_SUMMARY
1 parent ab3f6d2 commit 140adcd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tf_plan_apply.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ jobs:
9191
echo "${delimiter}" >> $GITHUB_OUTPUT
9292
9393
# Publish OpenTofu Plan as task summary
94-
- name: Publish OpenTofu Plan to Task Summary
95-
env:
96-
SUMMARY: ${{ steps.tf-plan-string.outputs.summary }}
97-
run: |
98-
echo "$SUMMARY" >> $GITHUB_STEP_SUMMARY
94+
# - name: Publish OpenTofu Plan to Task Summary
95+
# env:
96+
# SUMMARY: ${{ steps.tf-plan-string.outputs.summary }}
97+
# run: |
98+
# echo "$SUMMARY" >> $GITHUB_STEP_SUMMARY
9999

100100
# If this is a PR post the changes
101101
- name: Push OpenTofu Output to PR

0 commit comments

Comments
 (0)