Skip to content

Commit

Permalink
replace quote type
Browse files Browse the repository at this point in the history
  • Loading branch information
unglaublicherdude committed Oct 8, 2024
1 parent b18f990 commit a55e3a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-dotnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
if: failure()
with:
webhook_url: ${{ secrets.MSTEAMS_WEBHOOK }}
title: "`Failed workflow on for VaaS-SDK ${GITHUB_WORKFLOW}`"
title: '`Failed workflow on for VaaS-SDK ${GITHUB_WORKFLOW}`'
job: ${{ toJson(job) }}
steps: ${{ toJson(steps) }}
codeql:
Expand Down Expand Up @@ -166,6 +166,6 @@ jobs:
if: failure()
with:
webhook_url: ${{ secrets.MSTEAMS_WEBHOOK }}
title: "`Failed codeql on for VaaS-SDK ${GITHUB_WORKFLOW}`"
title: '`Failed codeql on for VaaS-SDK ${GITHUB_WORKFLOW}`'
job: ${{ toJson(job) }}
steps: ${{ toJson(steps) }}

0 comments on commit a55e3a2

Please sign in to comment.