Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
Signed-off-by: ThinhHV <[email protected]>
  • Loading branch information
nakamuraos committed Mar 16, 2024
1 parent e8b12c7 commit d33904e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: yarn build
- run: yarn test
- name: Google Chat Notification
uses: nakamuraos/[email protected].1
uses: nakamuraos/[email protected].2
with:
title: Build
webhookUrl: ${{ secrets.GOOGLE_CHAT_WEBHOOK }}
Expand Down
6 changes: 3 additions & 3 deletions src/chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ const statusText: { [key in Status]: string } = {
}

const statusIcon: { [key in Status]: string } = {
success: 'https://raw.githubusercontent.com/nakamuraos/google-chat-notifications/releases/v2.1.0/icons/success.png',
success: 'https://raw.githubusercontent.com/nakamuraos/google-chat-notifications/master/icons/success.png',
cancelled:
'https://raw.githubusercontent.com/nakamuraos/google-chat-notifications/releases/v2.1.0/icons/cancelled.png',
failure: 'https://raw.githubusercontent.com/nakamuraos/google-chat-notifications/releases/v2.1.0/icons/failure.png',
'https://raw.githubusercontent.com/nakamuraos/google-chat-notifications/master/icons/cancelled.png',
failure: 'https://raw.githubusercontent.com/nakamuraos/google-chat-notifications/master/icons/failure.png',
}

const textButton = (text: string, url: string) => ({
Expand Down

0 comments on commit d33904e

Please sign in to comment.