@xn-intenton-z2a/agentic-lib 7.2.3 → 7.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -501,11 +501,11 @@ jobs:
|
|
|
501
501
|
const summary = JSON.stringify(telemetry);
|
|
502
502
|
core.setOutput('telemetry', summary.slice(0, maxTelemetryChars));
|
|
503
503
|
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
504
|
+
#- name: Output telemetry
|
|
505
|
+
# shell: bash
|
|
506
|
+
# run: |
|
|
507
|
+
# echo "Telemetry data:"
|
|
508
|
+
# echo '${{ steps.gather.outputs.telemetry }}'
|
|
509
509
|
|
|
510
510
|
outputs:
|
|
511
511
|
telemetry: ${{ steps.gather.outputs.telemetry }}
|
package/package.json
CHANGED