Skip to content

Commit

Permalink
Fix instrumentation param name
Browse files Browse the repository at this point in the history
  • Loading branch information
diondrapeck committed Nov 8, 2023
1 parent 6f67986 commit ea843ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli-assets-component-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ jobs:
- name: Log Results to Application Insights
uses: syedhassaanahmed/app-insights-event-action@main
with:
appInsightsInstrumentationKey: ${{ secrets.APPLICATION_INSIGHTS_INSTRUMENTATION_KEY }}
instrumentation-key: ${{ secrets.APPLICATION_INSIGHTS_INSTRUMENTATION_KEY }}
event-name: "cli-assets-component-pipeline_${{ job.status }}_${{ env.FAILURE_REASON }}"
if: always()

0 comments on commit ea843ac

Please sign in to comment.