Skip to content

Commit

Permalink
Merge pull request #178 from thivi/master
Browse files Browse the repository at this point in the history
Change repo name in notification
  • Loading branch information
thivi authored Feb 25, 2022
2 parents 2ef0970 + 0bb3964 commit a9db4f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
{
"header": {
"title": "ISSUE: ${{ github.event.issue.title }}",
"subtitle": "By ${{ github.event.issue.user.login }} in Asgardeo SPA SDK",
"subtitle": "By ${{ github.event.issue.user.login }} in Asgardeo JS SDK repo",
"imageUrl": "https://avatars.githubusercontent.com/u/583231?v=4",
"imageStyle": "IMAGE"
},
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
{
"header": {
"title": "PR: ${{ github.event.pull_request.title }}",
"subtitle": "By ${{ github.event.pull_request.user.login }} in Asgardeo SPA SDK",
"subtitle": "By ${{ github.event.pull_request.user.login }} in Asgardeo JS SDK Repo",
"imageUrl": "https://avatars.githubusercontent.com/u/583231?v=4",
"imageStyle": "IMAGE"
},
Expand Down

0 comments on commit a9db4f0

Please sign in to comment.