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 ab3f6d2 commit 140adcdCopy full SHA for 140adcd
.github/workflows/tf_plan_apply.yml
@@ -91,11 +91,11 @@ jobs:
91
echo "${delimiter}" >> $GITHUB_OUTPUT
92
93
# 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
+ # - name: Publish OpenTofu Plan to Task Summary
+ # env:
+ # SUMMARY: ${{ steps.tf-plan-string.outputs.summary }}
+ # run: |
+ # echo "$SUMMARY" >> $GITHUB_STEP_SUMMARY
99
100
# If this is a PR post the changes
101
- name: Push OpenTofu Output to PR
0 commit comments