Skip to content

Commit

Permalink
fix: trying new notification style (#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot authored Dec 28, 2023
1 parent ce5a2f3 commit 642f7b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
Diff https://github.com/bcgov/onroutebc/pull/${{github.event.workflow_run.pull_requests[0].number}}/files
sections: |
-
activityTitle: ${{github.event.workflow_run.head_commit.committer.name}}
activitySubtitle: ${{github.event.workflow_run.head_commit.timestamp}}
activityImage: https://github.com${{github.event.workflow_run.head_commit.committer.username}}.png
text: ${{github.event.workflow_run.status}}
Expand All @@ -40,7 +39,6 @@ jobs:
Diff https://github.com/bcgov/onroutebc/pull/${{github.event.workflow_run.pull_requests[0].number}}/files
sections: |
-
activityTitle: ${{github.event.workflow_run.head_commit.committer.name}}
activitySubtitle: ${{github.event.workflow_run.head_commit.timestamp}}
activityImage: https://github.com${{github.event.workflow_run.head_commit.committer.username}}.png
text: ${{github.event.workflow_run.status}}

0 comments on commit 642f7b8

Please sign in to comment.