From 6f67986408e0b811ee15125cbb72c8a8b1ff8110 Mon Sep 17 00:00:00 2001 From: Diondra Peck Date: Wed, 8 Nov 2023 15:26:33 -0800 Subject: [PATCH] Update github action --- .github/workflows/cli-assets-component-pipeline.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/cli-assets-component-pipeline.yml b/.github/workflows/cli-assets-component-pipeline.yml index 68f0f16ed8..257e742abe 100644 --- a/.github/workflows/cli-assets-component-pipeline.yml +++ b/.github/workflows/cli-assets-component-pipeline.yml @@ -69,9 +69,5 @@ jobs: uses: syedhassaanahmed/app-insights-event-action@main with: appInsightsInstrumentationKey: ${{ secrets.APPLICATION_INSIGHTS_INSTRUMENTATION_KEY }} - telemetryName: 'Sample Notebook Results' - telemetryProperties: | - Name: cli-assets-component-pipeline - Result: ${{ job.status }} - FailureReason: ${{ env.FAILURE_REASON }} + event-name: "cli-assets-component-pipeline_${{ job.status }}_${{ env.FAILURE_REASON }}" if: always() \ No newline at end of file