Skip to content

Commit

Permalink
Merge pull request #61 from flcdrg/annotation2
Browse files Browse the repository at this point in the history
Fallback to sha
  • Loading branch information
flcdrg authored Sep 8, 2024
2 parents 9ecddf2 + 56c7a0a commit a78b778
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/azure-functions-app-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ jobs:
uses: ChristopheLav/appinsights-annotate@v2.0.2
with:
app-id: ${{ secrets.APPINSIGHTS_APP_ID }}
name: ${{ github.event.head_commit.message }}
name: ${{ github.event.head_commit.message || github.sha }}
treat-error-as-warning: true

- name: "Start Orchestration"
shell: bash
Expand Down

0 comments on commit a78b778

Please sign in to comment.