Skip to content

Commit

Permalink
fix: message cant handle colons (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot authored Jan 8, 2024
1 parent f56c4a8 commit 84cb02e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
title: ${{github.event.workflow_run.head_commit.committer.name}}
subtitle: ${{github.event.workflow_run.head_commit.timestamp}}
image: ${{github.event.workflow_run.head_repository.owner.avatar_url}}
text: ${{github.event.workflow_run.head_commit.message}}
text: PR Opened
notify-teams-merged:
if: ${{github.event.workflow_run.event == 'push'}}
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -61,4 +61,4 @@ jobs:
title: ${{github.event.workflow_run.head_commit.committer.name}}
subtitle: ${{github.event.workflow_run.head_commit.timestamp}}
image: ${{github.event.workflow_run.head_repository.owner.avatar_url}}
text: ${{github.event.workflow_run.head_commit.message}}
text: Merged

0 comments on commit 84cb02e

Please sign in to comment.