From 226ecbed587b98a4255774b66f52e69091d796b1 Mon Sep 17 00:00:00 2001 From: Diondra Peck Date: Wed, 8 Nov 2023 15:19:47 -0800 Subject: [PATCH] Update github action --- .github/workflows/cli-assets-component-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli-assets-component-pipeline.yml b/.github/workflows/cli-assets-component-pipeline.yml index 57c9ed275a..68f0f16ed8 100644 --- a/.github/workflows/cli-assets-component-pipeline.yml +++ b/.github/workflows/cli-assets-component-pipeline.yml @@ -66,7 +66,7 @@ jobs: echo "FAILURE_REASON=$failure_reason" >> $GITHUB_ENV working-directory: cli - name: Log Results to Application Insights - uses: Azure/application-insights-action@v0.2 + uses: syedhassaanahmed/app-insights-event-action@main with: appInsightsInstrumentationKey: ${{ secrets.APPLICATION_INSIGHTS_INSTRUMENTATION_KEY }} telemetryName: 'Sample Notebook Results'