There was an error while loading. Please reload this page.
1 parent 6c81fe5 commit ed63174Copy full SHA for ed63174
1 file changed
.github/workflows/tofu-reusable.yml
@@ -224,18 +224,4 @@ jobs:
224
echo "tofu-outputs<<EOF"
225
tofu output -json 2>/dev/null || echo "{}"
226
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 }}
+ } >> $GITHUB_OUTPUT
0 commit comments