Skip to content

Commit

Permalink
remove curly braces
Browse files Browse the repository at this point in the history
  • Loading branch information
unglaublicherdude committed Oct 8, 2024
1 parent cfa60c2 commit 6a14f0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,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) }}

Expand Down Expand Up @@ -161,6 +161,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 6a14f0c

Please sign in to comment.