From 137dbe1f39c02f1ef69e949fdfd3649bd0d3c8cd Mon Sep 17 00:00:00 2001 From: Michael Sarahan Date: Fri, 4 Oct 2024 13:32:05 -0500 Subject: [PATCH] path --- .github/workflows/test-telemetry-setup.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-telemetry-setup.yaml b/.github/workflows/test-telemetry-setup.yaml index a6cf16f0..41e7e64c 100644 --- a/.github/workflows/test-telemetry-setup.yaml +++ b/.github/workflows/test-telemetry-setup.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout actions uses: actions/checkout@v4 - - uses: ./telemetry-setup + - uses: "./telemetry-setup" id: telemetry-setup - name: Verify that telemetry setup has some data run: | @@ -23,6 +23,6 @@ jobs: [[ "${{ steps.telemetry-setup.outputs.span_id }}" = "" ]] && { echo "span_id is empty; erroring out" ; exit 1; } || echo "span_id is ok" echo "All expected outputs are in order! Hooray!" - name: Test OTel export of job JSON - uses: ./telemetry-summarize + uses: "./telemetry-summarize" with: exporters: "console"