@xn-intenton-z2a/agentic-lib 7.2.2 → 7.2.4
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.
|
@@ -271,7 +271,7 @@ jobs:
|
|
|
271
271
|
|
|
272
272
|
- name: Install dependencies (non-blocking)
|
|
273
273
|
id: install-deps
|
|
274
|
-
run:
|
|
274
|
+
run: |
|
|
275
275
|
set +e
|
|
276
276
|
INSTALL_CMD="npm ci"
|
|
277
277
|
OUTPUT=$(eval "$INSTALL_CMD" 2>&1)
|
|
@@ -505,7 +505,7 @@ jobs:
|
|
|
505
505
|
shell: bash
|
|
506
506
|
run: |
|
|
507
507
|
echo "Telemetry data:"
|
|
508
|
-
echo
|
|
508
|
+
echo '${{ steps.gather.outputs.telemetry }}'
|
|
509
509
|
|
|
510
510
|
outputs:
|
|
511
511
|
telemetry: ${{ steps.gather.outputs.telemetry }}
|
package/package.json
CHANGED