Skip to content

Commit ed63174

Browse files
committed
Removing debug printing
1 parent 6c81fe5 commit ed63174

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

.github/workflows/tofu-reusable.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -224,18 +224,4 @@ jobs:
224224
echo "tofu-outputs<<EOF"
225225
tofu output -json 2>/dev/null || echo "{}"
226226
echo "EOF"
227-
} >> $GITHUB_OUTPUT
228-
229-
- name: Verify Output Capture
230-
if: ${{ inputs.run-apply }}
231-
run: |
232-
echo "=== VERIFY: Checking what was captured ==="
233-
echo "Output value length: ${#OUTPUT}"
234-
if [ -z "$OUTPUT" ]; then
235-
echo "WARNING: Output is empty!"
236-
else
237-
echo "Output appears to be captured"
238-
echo "First 200 chars: ${OUTPUT:0:200}"
239-
fi
240-
env:
241-
OUTPUT: ${{ steps.apply.outputs.tofu-outputs }}
227+
} >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)